Shades of Raw Umber #664D00
Tints of Raw Umber #664D00
RGB
CMYK
RGB Variations
Color information
#664D00 (or 0x664D00) is known color: Raw Umber. HEX triplet: 66, 4D and 00. RGB value is (102,77,0). Sum of RGB (Red+Green+Blue) = 102+77+0=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #664D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D00 is #99B2FF. Grayscale: #4C4C4C. Windows color (decimal): -10072832 or 19814. OLE color: 19814.
HSL color Cylindrical-coordinate representation of color #664D00: hue angle of 45.29º 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 #664D00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.6 |
| HSL | 45.29º | 1% | 0.2% | - |
| HSV(B) | 45.29º | 1% | 0.4% | - |
| XYZ | 8.13 | 8.13 | 1.14 | - |
| YUV | 75.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 0 | 0 | 0.25 | 1 | 0.6 | 45.29 | 1 | 0.2 |
| Hex | 66 | 4D | 0 | 0 | 19 | 64 | 3C | 2D | 64 | 14 |
| Octal | 146 | 115 | 0 | 0 | 31 | 144 | 74 | 55 | 144 | 24 |
| Binary | 1100110 | 1001101 | 0 | 0 | 11001 | 1100100 | 111100 | 101101 | 1100100 | 10100 |
Color Harmonies of #664D00
Complementary color
Monochromatic Colors of #664D00
Black with #664D00
Text Example
Text Example
White with #664D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D00; }
p { color: rgb(102,77,0); }
H1.HeaderClassName
{
color: #664D00;
}
.AnyTagClassName
{
color: #664D00;
}
</style>
background-color css
<style>
a { background-color: #664D00; }
a { background-color: rgb(102,77,0); }
div.DivClassName
{
background-color: #664D00;
}
.BgClassName
{
background-color: #664D00;
}
</style>
border-color css
<style>
span { border-color: #664D00; }
span { border-color: rgb(102,77,0); }
td.TdClassName
{
border-color: #664D00;
}
.TagClassName
{
border-color: #664D00;
}
</style>