Shades of Raw Umber #664C08
Tints of Raw Umber #664C08
RGB
CMYK
RGB Variations
Color information
#664C08 (or 0x664C08) is known color: Raw Umber. HEX triplet: 66, 4C and 08. RGB value is (102,76,8). Sum of RGB (Red+Green+Blue) = 102+76+8=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #664C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C08 is #99B3F7. Grayscale: #4C4C4C. Windows color (decimal): -10073080 or 543846. OLE color: 543846.
HSL color Cylindrical-coordinate representation of color #664C08: hue angle of 43.4º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #664C08 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 76 | 8 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.6 |
| HSL | 43.4º | 0.85% | 0.22% | - |
| HSV(B) | 43.4º | 0.92% | 0.4% | - |
| XYZ | 8.11 | 8.01 | 1.35 | - |
| YUV | 76.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 8 | 0 | 0.25 | 0.92 | 0.6 | 43.4 | 0.85 | 0.22 |
| Hex | 66 | 4C | 8 | 0 | 19 | 5C | 3C | 2B | 55 | 16 |
| Octal | 146 | 114 | 10 | 0 | 31 | 134 | 74 | 53 | 125 | 26 |
| Binary | 1100110 | 1001100 | 1000 | 0 | 11001 | 1011100 | 111100 | 101011 | 1010101 | 10110 |
Color Harmonies of #664C08
Complementary color
Monochromatic Colors of #664C08
Black with #664C08
Text Example
Text Example
White with #664C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C08; }
p { color: rgb(102,76,8); }
H1.HeaderClassName
{
color: #664C08;
}
.AnyTagClassName
{
color: #664C08;
}
</style>
background-color css
<style>
a { background-color: #664C08; }
a { background-color: rgb(102,76,8); }
div.DivClassName
{
background-color: #664C08;
}
.BgClassName
{
background-color: #664C08;
}
</style>
border-color css
<style>
span { border-color: #664C08; }
span { border-color: rgb(102,76,8); }
td.TdClassName
{
border-color: #664C08;
}
.TagClassName
{
border-color: #664C08;
}
</style>