Shades of Raw Umber #6C5D04
Tints of Raw Umber #6C5D04
RGB
CMYK
RGB Variations
Color information
#6C5D04 (or 0x6C5D04) is known color: Raw Umber. HEX triplet: 6C, 5D and 04. RGB value is (108,93,4). Sum of RGB (Red+Green+Blue) = 108+93+4=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5D04 is #93A2FB. Grayscale: #575757. Windows color (decimal): -9675516 or 286060. OLE color: 286060.
HSL color Cylindrical-coordinate representation of color #6C5D04: hue angle of 51.35º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C5D04 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 93 | 4 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.58 |
| HSL | 51.35º | 0.93% | 0.22% | - |
| HSV(B) | 51.35º | 0.96% | 0.42% | - |
| XYZ | 10.12 | 11.03 | 1.71 | - |
| YUV | 87.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 93 | 4 | 0 | 0.14 | 0.96 | 0.58 | 51.35 | 0.93 | 0.22 |
| Hex | 6C | 5D | 4 | 0 | E | 60 | 3A | 33 | 5D | 16 |
| Octal | 154 | 135 | 4 | 0 | 16 | 140 | 72 | 63 | 135 | 26 |
| Binary | 1101100 | 1011101 | 100 | 0 | 1110 | 1100000 | 111010 | 110011 | 1011101 | 10110 |
Color Harmonies of #6C5D04
Complementary color
Monochromatic Colors of #6C5D04
Black with #6C5D04
Text Example
Text Example
White with #6C5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5D04; }
p { color: rgb(108,93,4); }
H1.HeaderClassName
{
color: #6C5D04;
}
.AnyTagClassName
{
color: #6C5D04;
}
</style>
background-color css
<style>
a { background-color: #6C5D04; }
a { background-color: rgb(108,93,4); }
div.DivClassName
{
background-color: #6C5D04;
}
.BgClassName
{
background-color: #6C5D04;
}
</style>
border-color css
<style>
span { border-color: #6C5D04; }
span { border-color: rgb(108,93,4); }
td.TdClassName
{
border-color: #6C5D04;
}
.TagClassName
{
border-color: #6C5D04;
}
</style>