Shades of Raw Umber #664F18
Tints of Raw Umber #664F18
RGB
CMYK
RGB Variations
Color information
#664F18 (or 0x664F18) is known color: Raw Umber. HEX triplet: 66, 4F and 18. RGB value is (102,79,24). Sum of RGB (Red+Green+Blue) = 102+79+24=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F18 is #99B0E7. Grayscale: #4F4F4F. Windows color (decimal): -10072296 or 1593190. OLE color: 1593190.
HSL color Cylindrical-coordinate representation of color #664F18: hue angle of 42.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #664F18 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 24 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.6 |
| HSL | 42.31º | 0.62% | 0.25% | - |
| HSV(B) | 42.31º | 0.76% | 0.4% | - |
| XYZ | 8.44 | 8.48 | 2.06 | - |
| YUV | 79.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 24 | 0 | 0.23 | 0.76 | 0.6 | 42.31 | 0.62 | 0.25 |
| Hex | 66 | 4F | 18 | 0 | 17 | 4C | 3C | 2A | 3E | 19 |
| Octal | 146 | 117 | 30 | 0 | 27 | 114 | 74 | 52 | 76 | 31 |
| Binary | 1100110 | 1001111 | 11000 | 0 | 10111 | 1001100 | 111100 | 101010 | 111110 | 11001 |
Color Harmonies of #664F18
Complementary color
Monochromatic Colors of #664F18
Black with #664F18
Text Example
Text Example
White with #664F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F18; }
p { color: rgb(102,79,24); }
H1.HeaderClassName
{
color: #664F18;
}
.AnyTagClassName
{
color: #664F18;
}
</style>
background-color css
<style>
a { background-color: #664F18; }
a { background-color: rgb(102,79,24); }
div.DivClassName
{
background-color: #664F18;
}
.BgClassName
{
background-color: #664F18;
}
</style>
border-color css
<style>
span { border-color: #664F18; }
span { border-color: rgb(102,79,24); }
td.TdClassName
{
border-color: #664F18;
}
.TagClassName
{
border-color: #664F18;
}
</style>