Shades of Raw Umber #664E00
Tints of Raw Umber #664E00
RGB
CMYK
RGB Variations
Color information
#664E00 (or 0x664E00) is known color: Raw Umber. HEX triplet: 66, 4E and 00. RGB value is (102,78,0). Sum of RGB (Red+Green+Blue) = 102+78+0=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #664E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664E00 is #99B1FF. Grayscale: #4C4C4C. Windows color (decimal): -10072576 or 20070. OLE color: 20070.
HSL color Cylindrical-coordinate representation of color #664E00: hue angle of 45.88º 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 #664E00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.6 |
| HSL | 45.88º | 1% | 0.2% | - |
| HSV(B) | 45.88º | 1% | 0.4% | - |
| XYZ | 8.2 | 8.27 | 1.16 | - |
| YUV | 76.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 0 | 0 | 0.24 | 1 | 0.6 | 45.88 | 1 | 0.2 |
| Hex | 66 | 4E | 0 | 0 | 18 | 64 | 3C | 2E | 64 | 14 |
| Octal | 146 | 116 | 0 | 0 | 30 | 144 | 74 | 56 | 144 | 24 |
| Binary | 1100110 | 1001110 | 0 | 0 | 11000 | 1100100 | 111100 | 101110 | 1100100 | 10100 |
Color Harmonies of #664E00
Complementary color
Monochromatic Colors of #664E00
Black with #664E00
Text Example
Text Example
White with #664E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E00; }
p { color: rgb(102,78,0); }
H1.HeaderClassName
{
color: #664E00;
}
.AnyTagClassName
{
color: #664E00;
}
</style>
background-color css
<style>
a { background-color: #664E00; }
a { background-color: rgb(102,78,0); }
div.DivClassName
{
background-color: #664E00;
}
.BgClassName
{
background-color: #664E00;
}
</style>
border-color css
<style>
span { border-color: #664E00; }
span { border-color: rgb(102,78,0); }
td.TdClassName
{
border-color: #664E00;
}
.TagClassName
{
border-color: #664E00;
}
</style>