Shades of Raw Umber #66400E
Tints of Raw Umber #66400E
RGB
CMYK
RGB Variations
Color information
#66400E (or 0x66400E) is known color: Raw Umber. HEX triplet: 66, 40 and 0E. RGB value is (102,64,14). Sum of RGB (Red+Green+Blue) = 102+64+14=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66400E is #99BFF1. Grayscale: #454545. Windows color (decimal): -10076146 or 933990. OLE color: 933990.
HSL color Cylindrical-coordinate representation of color #66400E: hue angle of 34.09º 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 #66400E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 14 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.6 |
| HSL | 34.09º | 0.76% | 0.23% | - |
| HSV(B) | 34.09º | 0.86% | 0.4% | - |
| XYZ | 7.39 | 6.52 | 1.28 | - |
| YUV | 69.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 14 | 0 | 0.37 | 0.86 | 0.6 | 34.09 | 0.76 | 0.23 |
| Hex | 66 | 40 | E | 0 | 25 | 56 | 3C | 22 | 4C | 17 |
| Octal | 146 | 100 | 16 | 0 | 45 | 126 | 74 | 42 | 114 | 27 |
| Binary | 1100110 | 1000000 | 1110 | 0 | 100101 | 1010110 | 111100 | 100010 | 1001100 | 10111 |
Color Harmonies of #66400E
Complementary color
Monochromatic Colors of #66400E
Black with #66400E
Text Example
Text Example
White with #66400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66400E; }
p { color: rgb(102,64,14); }
H1.HeaderClassName
{
color: #66400E;
}
.AnyTagClassName
{
color: #66400E;
}
</style>
background-color css
<style>
a { background-color: #66400E; }
a { background-color: rgb(102,64,14); }
div.DivClassName
{
background-color: #66400E;
}
.BgClassName
{
background-color: #66400E;
}
</style>
border-color css
<style>
span { border-color: #66400E; }
span { border-color: rgb(102,64,14); }
td.TdClassName
{
border-color: #66400E;
}
.TagClassName
{
border-color: #66400E;
}
</style>