Shades of Raw Umber #664F12
Tints of Raw Umber #664F12
RGB
CMYK
RGB Variations
Color information
#664F12 (or 0x664F12) is known color: Raw Umber. HEX triplet: 66, 4F and 12. RGB value is (102,79,18). Sum of RGB (Red+Green+Blue) = 102+79+18=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #664F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F12 is #99B0ED. Grayscale: #4F4F4F. Windows color (decimal): -10072302 or 1199974. OLE color: 1199974.
HSL color Cylindrical-coordinate representation of color #664F12: hue angle of 43.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #664F12 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 18 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.6 |
| HSL | 43.57º | 0.7% | 0.24% | - |
| HSV(B) | 43.57º | 0.82% | 0.4% | - |
| XYZ | 8.38 | 8.46 | 1.76 | - |
| YUV | 78.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 18 | 0 | 0.23 | 0.82 | 0.6 | 43.57 | 0.7 | 0.24 |
| Hex | 66 | 4F | 12 | 0 | 17 | 52 | 3C | 2C | 46 | 18 |
| Octal | 146 | 117 | 22 | 0 | 27 | 122 | 74 | 54 | 106 | 30 |
| Binary | 1100110 | 1001111 | 10010 | 0 | 10111 | 1010010 | 111100 | 101100 | 1000110 | 11000 |
Color Harmonies of #664F12
Complementary color
Monochromatic Colors of #664F12
Black with #664F12
Text Example
Text Example
White with #664F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F12; }
p { color: rgb(102,79,18); }
H1.HeaderClassName
{
color: #664F12;
}
.AnyTagClassName
{
color: #664F12;
}
</style>
background-color css
<style>
a { background-color: #664F12; }
a { background-color: rgb(102,79,18); }
div.DivClassName
{
background-color: #664F12;
}
.BgClassName
{
background-color: #664F12;
}
</style>
border-color css
<style>
span { border-color: #664F12; }
span { border-color: rgb(102,79,18); }
td.TdClassName
{
border-color: #664F12;
}
.TagClassName
{
border-color: #664F12;
}
</style>