Shades of Raw Umber #664800
Tints of Raw Umber #664800
RGB
CMYK
RGB Variations
Color information
#664800 (or 0x664800) is known color: Raw Umber. HEX triplet: 66, 48 and 00. RGB value is (102,72,0). Sum of RGB (Red+Green+Blue) = 102+72+0=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #664800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664800 is #99B7FF. Grayscale: #494949. Windows color (decimal): -10074112 or 18534. OLE color: 18534.
HSL color Cylindrical-coordinate representation of color #664800: hue angle of 42.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #664800 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 72 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.6 |
| HSL | 42.35º | 1% | 0.2% | - |
| HSV(B) | 42.35º | 1% | 0.4% | - |
| XYZ | 7.8 | 7.46 | 1.03 | - |
| YUV | 72.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 0 | 0 | 0.29 | 1 | 0.6 | 42.35 | 1 | 0.2 |
| Hex | 66 | 48 | 0 | 0 | 1D | 64 | 3C | 2A | 64 | 14 |
| Octal | 146 | 110 | 0 | 0 | 35 | 144 | 74 | 52 | 144 | 24 |
| Binary | 1100110 | 1001000 | 0 | 0 | 11101 | 1100100 | 111100 | 101010 | 1100100 | 10100 |
Color Harmonies of #664800
Complementary color
Monochromatic Colors of #664800
Black with #664800
Text Example
Text Example
White with #664800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664800; }
p { color: rgb(102,72,0); }
H1.HeaderClassName
{
color: #664800;
}
.AnyTagClassName
{
color: #664800;
}
</style>
background-color css
<style>
a { background-color: #664800; }
a { background-color: rgb(102,72,0); }
div.DivClassName
{
background-color: #664800;
}
.BgClassName
{
background-color: #664800;
}
</style>
border-color css
<style>
span { border-color: #664800; }
span { border-color: rgb(102,72,0); }
td.TdClassName
{
border-color: #664800;
}
.TagClassName
{
border-color: #664800;
}
</style>