Shades of Raw Umber #664E0C
Tints of Raw Umber #664E0C
RGB
CMYK
RGB Variations
Color information
#664E0C (or 0x664E0C) is known color: Raw Umber. HEX triplet: 66, 4E and 0C. RGB value is (102,78,12). Sum of RGB (Red+Green+Blue) = 102+78+12=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664E0C is #99B1F3. Grayscale: #4D4D4D. Windows color (decimal): -10072564 or 806502. OLE color: 806502.
HSL color Cylindrical-coordinate representation of color #664E0C: hue angle of 44º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #664E0C is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 12 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.6 |
| HSL | 44º | 0.79% | 0.22% | - |
| HSV(B) | 44º | 0.88% | 0.4% | - |
| XYZ | 8.27 | 8.3 | 1.51 | - |
| YUV | 77.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 12 | 0 | 0.24 | 0.88 | 0.6 | 44 | 0.79 | 0.22 |
| Hex | 66 | 4E | C | 0 | 18 | 58 | 3C | 2C | 4F | 16 |
| Octal | 146 | 116 | 14 | 0 | 30 | 130 | 74 | 54 | 117 | 26 |
| Binary | 1100110 | 1001110 | 1100 | 0 | 11000 | 1011000 | 111100 | 101100 | 1001111 | 10110 |
Color Harmonies of #664E0C
Complementary color
Monochromatic Colors of #664E0C
Black with #664E0C
Text Example
Text Example
White with #664E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E0C; }
p { color: rgb(102,78,12); }
H1.HeaderClassName
{
color: #664E0C;
}
.AnyTagClassName
{
color: #664E0C;
}
</style>
background-color css
<style>
a { background-color: #664E0C; }
a { background-color: rgb(102,78,12); }
div.DivClassName
{
background-color: #664E0C;
}
.BgClassName
{
background-color: #664E0C;
}
</style>
border-color css
<style>
span { border-color: #664E0C; }
span { border-color: rgb(102,78,12); }
td.TdClassName
{
border-color: #664E0C;
}
.TagClassName
{
border-color: #664E0C;
}
</style>