Shades of Raw Umber #664B16
Tints of Raw Umber #664B16
RGB
CMYK
RGB Variations
Color information
#664B16 (or 0x664B16) is known color: Raw Umber. HEX triplet: 66, 4B and 16. RGB value is (102,75,22). Sum of RGB (Red+Green+Blue) = 102+75+22=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #664B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664B16 is #99B4E9. Grayscale: #4D4D4D. Windows color (decimal): -10073322 or 1461094. OLE color: 1461094.
HSL color Cylindrical-coordinate representation of color #664B16: hue angle of 39.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #664B16 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 75 | 22 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.6 |
| HSL | 39.75º | 0.65% | 0.24% | - |
| HSV(B) | 39.75º | 0.78% | 0.4% | - |
| XYZ | 8.14 | 7.91 | 1.86 | - |
| YUV | 77.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 22 | 0 | 0.26 | 0.78 | 0.6 | 39.75 | 0.65 | 0.24 |
| Hex | 66 | 4B | 16 | 0 | 1A | 4E | 3C | 28 | 41 | 18 |
| Octal | 146 | 113 | 26 | 0 | 32 | 116 | 74 | 50 | 101 | 30 |
| Binary | 1100110 | 1001011 | 10110 | 0 | 11010 | 1001110 | 111100 | 101000 | 1000001 | 11000 |
Color Harmonies of #664B16
Complementary color
Monochromatic Colors of #664B16
Black with #664B16
Text Example
Text Example
White with #664B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664B16; }
p { color: rgb(102,75,22); }
H1.HeaderClassName
{
color: #664B16;
}
.AnyTagClassName
{
color: #664B16;
}
</style>
background-color css
<style>
a { background-color: #664B16; }
a { background-color: rgb(102,75,22); }
div.DivClassName
{
background-color: #664B16;
}
.BgClassName
{
background-color: #664B16;
}
</style>
border-color css
<style>
span { border-color: #664B16; }
span { border-color: rgb(102,75,22); }
td.TdClassName
{
border-color: #664B16;
}
.TagClassName
{
border-color: #664B16;
}
</style>