Shades of Raw Umber #664A08
Tints of Raw Umber #664A08
RGB
CMYK
RGB Variations
Color information
#664A08 (or 0x664A08) is known color: Raw Umber. HEX triplet: 66, 4A and 08. RGB value is (102,74,8). Sum of RGB (Red+Green+Blue) = 102+74+8=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #664A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664A08 is #99B5F7. Grayscale: #4B4B4B. Windows color (decimal): -10073592 or 543334. OLE color: 543334.
HSL color Cylindrical-coordinate representation of color #664A08: hue angle of 42.13º 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 #664A08 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 8 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.6 |
| HSL | 42.13º | 0.85% | 0.22% | - |
| HSV(B) | 42.13º | 0.92% | 0.4% | - |
| XYZ | 7.97 | 7.74 | 1.3 | - |
| YUV | 74.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 8 | 0 | 0.27 | 0.92 | 0.6 | 42.13 | 0.85 | 0.22 |
| Hex | 66 | 4A | 8 | 0 | 1B | 5C | 3C | 2A | 55 | 16 |
| Octal | 146 | 112 | 10 | 0 | 33 | 134 | 74 | 52 | 125 | 26 |
| Binary | 1100110 | 1001010 | 1000 | 0 | 11011 | 1011100 | 111100 | 101010 | 1010101 | 10110 |
Color Harmonies of #664A08
Complementary color
Monochromatic Colors of #664A08
Black with #664A08
Text Example
Text Example
White with #664A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A08; }
p { color: rgb(102,74,8); }
H1.HeaderClassName
{
color: #664A08;
}
.AnyTagClassName
{
color: #664A08;
}
</style>
background-color css
<style>
a { background-color: #664A08; }
a { background-color: rgb(102,74,8); }
div.DivClassName
{
background-color: #664A08;
}
.BgClassName
{
background-color: #664A08;
}
</style>
border-color css
<style>
span { border-color: #664A08; }
span { border-color: rgb(102,74,8); }
td.TdClassName
{
border-color: #664A08;
}
.TagClassName
{
border-color: #664A08;
}
</style>