Shades of Raw Umber #66400B
Tints of Raw Umber #66400B
RGB
CMYK
RGB Variations
Color information
#66400B (or 0x66400B) is known color: Raw Umber. HEX triplet: 66, 40 and 0B. RGB value is (102,64,11). Sum of RGB (Red+Green+Blue) = 102+64+11=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #66400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66400B is #99BFF4. Grayscale: #454545. Windows color (decimal): -10076149 or 737382. OLE color: 737382.
HSL color Cylindrical-coordinate representation of color #66400B: hue angle of 34.95º 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 #66400B is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 11 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.6 |
| HSL | 34.95º | 0.81% | 0.22% | - |
| HSV(B) | 34.95º | 0.89% | 0.4% | - |
| XYZ | 7.37 | 6.52 | 1.19 | - |
| YUV | 69.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 11 | 0 | 0.37 | 0.89 | 0.6 | 34.95 | 0.81 | 0.22 |
| Hex | 66 | 40 | B | 0 | 25 | 59 | 3C | 23 | 51 | 16 |
| Octal | 146 | 100 | 13 | 0 | 45 | 131 | 74 | 43 | 121 | 26 |
| Binary | 1100110 | 1000000 | 1011 | 0 | 100101 | 1011001 | 111100 | 100011 | 1010001 | 10110 |
Color Harmonies of #66400B
Complementary color
Monochromatic Colors of #66400B
Black with #66400B
Text Example
Text Example
White with #66400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66400B; }
p { color: rgb(102,64,11); }
H1.HeaderClassName
{
color: #66400B;
}
.AnyTagClassName
{
color: #66400B;
}
</style>
background-color css
<style>
a { background-color: #66400B; }
a { background-color: rgb(102,64,11); }
div.DivClassName
{
background-color: #66400B;
}
.BgClassName
{
background-color: #66400B;
}
</style>
border-color css
<style>
span { border-color: #66400B; }
span { border-color: rgb(102,64,11); }
td.TdClassName
{
border-color: #66400B;
}
.TagClassName
{
border-color: #66400B;
}
</style>