What is the RGB code for greeny brown?
The CSS color greeny brown in RGB format is rgb(105, 96, 6). Use this value directly in CSS, SVG, and most design tools.
How do I use greeny brown in CSS?
To apply greeny brown in CSS:
- Text color: color: rgb(105, 96, 6);
- Background: background-color: rgb(105, 96, 6);
- Border: border-color: rgb(105, 96, 6);
What are all the color format values for greeny brown?
| Format | Value |
|---|---|
| HEX | #696006 |
| RGB | rgb(105, 96, 6) |
| HSL | hsl(54.5, 89.2%, 21.8%) |
| CMYK | cmyk(0%, 8.6%, 94.3%, 58.8%) |
How do I convert greeny brown to RGB?
Select greeny brown from the color name list in our color converter. The RGB value — rgb(105, 96, 6) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greeny brown belong to?
greeny brown belongs to the yellow color family. It is a dark, vivid color with HSL values: hue 54.5°, saturation 89.2%, lightness 21.8%.
How do I create lighter and darker shades of greeny brown?
Lighter variant (lightness 36.8%): #b2a20a. Darker variant (lightness 6.800000000000001%): #211e02. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.