Shades of Raw Umber #66400F
Tints of Raw Umber #66400F
RGB
CMYK
RGB Variations
Color information
#66400F (or 0x66400F) is known color: Raw Umber. HEX triplet: 66, 40 and 0F. RGB value is (102,64,15). Sum of RGB (Red+Green+Blue) = 102+64+15=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66400F is #99BFF0. Grayscale: #464646. Windows color (decimal): -10076145 or 999526. OLE color: 999526.
HSL color Cylindrical-coordinate representation of color #66400F: hue angle of 33.79º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66400F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 15 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.6 |
| HSL | 33.79º | 0.74% | 0.23% | - |
| HSV(B) | 33.79º | 0.85% | 0.4% | - |
| XYZ | 7.4 | 6.53 | 1.32 | - |
| YUV | 69.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 15 | 0 | 0.37 | 0.85 | 0.6 | 33.79 | 0.74 | 0.23 |
| Hex | 66 | 40 | F | 0 | 25 | 55 | 3C | 22 | 4A | 17 |
| Octal | 146 | 100 | 17 | 0 | 45 | 125 | 74 | 42 | 112 | 27 |
| Binary | 1100110 | 1000000 | 1111 | 0 | 100101 | 1010101 | 111100 | 100010 | 1001010 | 10111 |
Color Harmonies of #66400F
Complementary color
Monochromatic Colors of #66400F
Black with #66400F
Text Example
Text Example
White with #66400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66400F; }
p { color: rgb(102,64,15); }
H1.HeaderClassName
{
color: #66400F;
}
.AnyTagClassName
{
color: #66400F;
}
</style>
background-color css
<style>
a { background-color: #66400F; }
a { background-color: rgb(102,64,15); }
div.DivClassName
{
background-color: #66400F;
}
.BgClassName
{
background-color: #66400F;
}
</style>
border-color css
<style>
span { border-color: #66400F; }
span { border-color: rgb(102,64,15); }
td.TdClassName
{
border-color: #66400F;
}
.TagClassName
{
border-color: #66400F;
}
</style>