Shades of Raw Umber #664F00
Tints of Raw Umber #664F00
RGB
CMYK
RGB Variations
Color information
#664F00 (or 0x664F00) is known color: Raw Umber. HEX triplet: 66, 4F and 00. RGB value is (102,79,0). Sum of RGB (Red+Green+Blue) = 102+79+0=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #664F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F00 is #99B0FF. Grayscale: #4D4D4D. Windows color (decimal): -10072320 or 20326. OLE color: 20326.
HSL color Cylindrical-coordinate representation of color #664F00: hue angle of 46.47º 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 #664F00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.6 |
| HSL | 46.47º | 1% | 0.2% | - |
| HSV(B) | 46.47º | 1% | 0.4% | - |
| XYZ | 8.28 | 8.42 | 1.19 | - |
| YUV | 76.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 0 | 0 | 0.23 | 1 | 0.6 | 46.47 | 1 | 0.2 |
| Hex | 66 | 4F | 0 | 0 | 17 | 64 | 3C | 2E | 64 | 14 |
| Octal | 146 | 117 | 0 | 0 | 27 | 144 | 74 | 56 | 144 | 24 |
| Binary | 1100110 | 1001111 | 0 | 0 | 10111 | 1100100 | 111100 | 101110 | 1100100 | 10100 |
Color Harmonies of #664F00
Complementary color
Monochromatic Colors of #664F00
Black with #664F00
Text Example
Text Example
White with #664F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F00; }
p { color: rgb(102,79,0); }
H1.HeaderClassName
{
color: #664F00;
}
.AnyTagClassName
{
color: #664F00;
}
</style>
background-color css
<style>
a { background-color: #664F00; }
a { background-color: rgb(102,79,0); }
div.DivClassName
{
background-color: #664F00;
}
.BgClassName
{
background-color: #664F00;
}
</style>
border-color css
<style>
span { border-color: #664F00; }
span { border-color: rgb(102,79,0); }
td.TdClassName
{
border-color: #664F00;
}
.TagClassName
{
border-color: #664F00;
}
</style>