Shades of Raw Umber #664F0B
Tints of Raw Umber #664F0B
RGB
CMYK
RGB Variations
Color information
#664F0B (or 0x664F0B) is known color: Raw Umber. HEX triplet: 66, 4F and 0B. RGB value is (102,79,11). Sum of RGB (Red+Green+Blue) = 102+79+11=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F0B is #99B0F4. Grayscale: #4E4E4E. Windows color (decimal): -10072309 or 741222. OLE color: 741222.
HSL color Cylindrical-coordinate representation of color #664F0B: hue angle of 44.84º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #664F0B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 11 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.6 |
| HSL | 44.84º | 0.81% | 0.22% | - |
| HSV(B) | 44.84º | 0.89% | 0.4% | - |
| XYZ | 8.34 | 8.44 | 1.51 | - |
| YUV | 78.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 11 | 0 | 0.23 | 0.89 | 0.6 | 44.84 | 0.81 | 0.22 |
| Hex | 66 | 4F | B | 0 | 17 | 59 | 3C | 2D | 51 | 16 |
| Octal | 146 | 117 | 13 | 0 | 27 | 131 | 74 | 55 | 121 | 26 |
| Binary | 1100110 | 1001111 | 1011 | 0 | 10111 | 1011001 | 111100 | 101101 | 1010001 | 10110 |
Color Harmonies of #664F0B
Complementary color
Monochromatic Colors of #664F0B
Black with #664F0B
Text Example
Text Example
White with #664F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F0B; }
p { color: rgb(102,79,11); }
H1.HeaderClassName
{
color: #664F0B;
}
.AnyTagClassName
{
color: #664F0B;
}
</style>
background-color css
<style>
a { background-color: #664F0B; }
a { background-color: rgb(102,79,11); }
div.DivClassName
{
background-color: #664F0B;
}
.BgClassName
{
background-color: #664F0B;
}
</style>
border-color css
<style>
span { border-color: #664F0B; }
span { border-color: rgb(102,79,11); }
td.TdClassName
{
border-color: #664F0B;
}
.TagClassName
{
border-color: #664F0B;
}
</style>