Shades of Raw Umber #664204
Tints of Raw Umber #664204
RGB
CMYK
RGB Variations
Color information
#664204 (or 0x664204) is known color: Raw Umber. HEX triplet: 66, 42 and 04. RGB value is (102,66,4). Sum of RGB (Red+Green+Blue) = 102+66+4=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #664204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664204 is #99BDFB. Grayscale: #454545. Windows color (decimal): -10075644 or 279142. OLE color: 279142.
HSL color Cylindrical-coordinate representation of color #664204: hue angle of 37.96º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #664204 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 4 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.6 |
| HSL | 37.96º | 0.92% | 0.21% | - |
| HSV(B) | 37.96º | 0.96% | 0.4% | - |
| XYZ | 7.45 | 6.73 | 1.02 | - |
| YUV | 69.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 4 | 0 | 0.35 | 0.96 | 0.6 | 37.96 | 0.92 | 0.21 |
| Hex | 66 | 42 | 4 | 0 | 23 | 60 | 3C | 26 | 5C | 15 |
| Octal | 146 | 102 | 4 | 0 | 43 | 140 | 74 | 46 | 134 | 25 |
| Binary | 1100110 | 1000010 | 100 | 0 | 100011 | 1100000 | 111100 | 100110 | 1011100 | 10101 |
Color Harmonies of #664204
Complementary color
Monochromatic Colors of #664204
Black with #664204
Text Example
Text Example
White with #664204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664204; }
p { color: rgb(102,66,4); }
H1.HeaderClassName
{
color: #664204;
}
.AnyTagClassName
{
color: #664204;
}
</style>
background-color css
<style>
a { background-color: #664204; }
a { background-color: rgb(102,66,4); }
div.DivClassName
{
background-color: #664204;
}
.BgClassName
{
background-color: #664204;
}
</style>
border-color css
<style>
span { border-color: #664204; }
span { border-color: rgb(102,66,4); }
td.TdClassName
{
border-color: #664204;
}
.TagClassName
{
border-color: #664204;
}
</style>