Shades of Raw Umber #6C5805
Tints of Raw Umber #6C5805
RGB
CMYK
RGB Variations
Color information
#6C5805 (or 0x6C5805) is known color: Raw Umber. HEX triplet: 6C, 58 and 05. RGB value is (108,88,5). Sum of RGB (Red+Green+Blue) = 108+88+5=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5805 is #93A7FA. Grayscale: #545454. Windows color (decimal): -9676795 or 350316. OLE color: 350316.
HSL color Cylindrical-coordinate representation of color #6C5805: hue angle of 48.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C5805 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 5 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.58 |
| HSL | 48.35º | 0.91% | 0.22% | - |
| HSV(B) | 48.35º | 0.95% | 0.42% | - |
| XYZ | 9.7 | 10.18 | 1.6 | - |
| YUV | 84.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 5 | 0 | 0.19 | 0.95 | 0.58 | 48.35 | 0.91 | 0.22 |
| Hex | 6C | 58 | 5 | 0 | 13 | 5F | 3A | 30 | 5B | 16 |
| Octal | 154 | 130 | 5 | 0 | 23 | 137 | 72 | 60 | 133 | 26 |
| Binary | 1101100 | 1011000 | 101 | 0 | 10011 | 1011111 | 111010 | 110000 | 1011011 | 10110 |
Color Harmonies of #6C5805
Complementary color
Monochromatic Colors of #6C5805
Black with #6C5805
Text Example
Text Example
White with #6C5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5805; }
p { color: rgb(108,88,5); }
H1.HeaderClassName
{
color: #6C5805;
}
.AnyTagClassName
{
color: #6C5805;
}
</style>
background-color css
<style>
a { background-color: #6C5805; }
a { background-color: rgb(108,88,5); }
div.DivClassName
{
background-color: #6C5805;
}
.BgClassName
{
background-color: #6C5805;
}
</style>
border-color css
<style>
span { border-color: #6C5805; }
span { border-color: rgb(108,88,5); }
td.TdClassName
{
border-color: #6C5805;
}
.TagClassName
{
border-color: #6C5805;
}
</style>