Shades of Raw Umber #664F0E
Tints of Raw Umber #664F0E
RGB
CMYK
RGB Variations
Color information
#664F0E (or 0x664F0E) is known color: Raw Umber. HEX triplet: 66, 4F and 0E. RGB value is (102,79,14). Sum of RGB (Red+Green+Blue) = 102+79+14=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #664F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F0E is #99B0F1. Grayscale: #4E4E4E. Windows color (decimal): -10072306 or 937830. OLE color: 937830.
HSL color Cylindrical-coordinate representation of color #664F0E: hue angle of 44.32º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #664F0E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 14 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.6 |
| HSL | 44.32º | 0.76% | 0.23% | - |
| HSV(B) | 44.32º | 0.86% | 0.4% | - |
| XYZ | 8.35 | 8.45 | 1.61 | - |
| YUV | 78.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 14 | 0 | 0.23 | 0.86 | 0.6 | 44.32 | 0.76 | 0.23 |
| Hex | 66 | 4F | E | 0 | 17 | 56 | 3C | 2C | 4C | 17 |
| Octal | 146 | 117 | 16 | 0 | 27 | 126 | 74 | 54 | 114 | 27 |
| Binary | 1100110 | 1001111 | 1110 | 0 | 10111 | 1010110 | 111100 | 101100 | 1001100 | 10111 |
Color Harmonies of #664F0E
Complementary color
Monochromatic Colors of #664F0E
Black with #664F0E
Text Example
Text Example
White with #664F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F0E; }
p { color: rgb(102,79,14); }
H1.HeaderClassName
{
color: #664F0E;
}
.AnyTagClassName
{
color: #664F0E;
}
</style>
background-color css
<style>
a { background-color: #664F0E; }
a { background-color: rgb(102,79,14); }
div.DivClassName
{
background-color: #664F0E;
}
.BgClassName
{
background-color: #664F0E;
}
</style>
border-color css
<style>
span { border-color: #664F0E; }
span { border-color: rgb(102,79,14); }
td.TdClassName
{
border-color: #664F0E;
}
.TagClassName
{
border-color: #664F0E;
}
</style>