Shades of Raw Umber #664208
Tints of Raw Umber #664208
RGB
CMYK
RGB Variations
Color information
#664208 (or 0x664208) is known color: Raw Umber. HEX triplet: 66, 42 and 08. RGB value is (102,66,8). Sum of RGB (Red+Green+Blue) = 102+66+8=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #664208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664208 is #99BDF7. Grayscale: #464646. Windows color (decimal): -10075640 or 541286. OLE color: 541286.
HSL color Cylindrical-coordinate representation of color #664208: hue angle of 37.02º 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 #664208 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 8 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.6 |
| HSL | 37.02º | 0.85% | 0.22% | - |
| HSV(B) | 37.02º | 0.92% | 0.4% | - |
| XYZ | 7.47 | 6.74 | 1.14 | - |
| YUV | 70.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 8 | 0 | 0.35 | 0.92 | 0.6 | 37.02 | 0.85 | 0.22 |
| Hex | 66 | 42 | 8 | 0 | 23 | 5C | 3C | 25 | 55 | 16 |
| Octal | 146 | 102 | 10 | 0 | 43 | 134 | 74 | 45 | 125 | 26 |
| Binary | 1100110 | 1000010 | 1000 | 0 | 100011 | 1011100 | 111100 | 100101 | 1010101 | 10110 |
Color Harmonies of #664208
Complementary color
Monochromatic Colors of #664208
Black with #664208
Text Example
Text Example
White with #664208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664208; }
p { color: rgb(102,66,8); }
H1.HeaderClassName
{
color: #664208;
}
.AnyTagClassName
{
color: #664208;
}
</style>
background-color css
<style>
a { background-color: #664208; }
a { background-color: rgb(102,66,8); }
div.DivClassName
{
background-color: #664208;
}
.BgClassName
{
background-color: #664208;
}
</style>
border-color css
<style>
span { border-color: #664208; }
span { border-color: rgb(102,66,8); }
td.TdClassName
{
border-color: #664208;
}
.TagClassName
{
border-color: #664208;
}
</style>