Shades of Raw Umber #66450E
Tints of Raw Umber #66450E
RGB
CMYK
RGB Variations
Color information
#66450E (or 0x66450E) is known color: Raw Umber. HEX triplet: 66, 45 and 0E. RGB value is (102,69,14). Sum of RGB (Red+Green+Blue) = 102+69+14=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66450E is #99BAF1. Grayscale: #484848. Windows color (decimal): -10074866 or 935270. OLE color: 935270.
HSL color Cylindrical-coordinate representation of color #66450E: hue angle of 37.5º 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 #66450E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 14 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.6 |
| HSL | 37.5º | 0.76% | 0.23% | - |
| HSV(B) | 37.5º | 0.86% | 0.4% | - |
| XYZ | 7.69 | 7.11 | 1.38 | - |
| YUV | 72.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 14 | 0 | 0.32 | 0.86 | 0.6 | 37.5 | 0.76 | 0.23 |
| Hex | 66 | 45 | E | 0 | 20 | 56 | 3C | 26 | 4C | 17 |
| Octal | 146 | 105 | 16 | 0 | 40 | 126 | 74 | 46 | 114 | 27 |
| Binary | 1100110 | 1000101 | 1110 | 0 | 100000 | 1010110 | 111100 | 100110 | 1001100 | 10111 |
Color Harmonies of #66450E
Complementary color
Monochromatic Colors of #66450E
Black with #66450E
Text Example
Text Example
White with #66450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66450E; }
p { color: rgb(102,69,14); }
H1.HeaderClassName
{
color: #66450E;
}
.AnyTagClassName
{
color: #66450E;
}
</style>
background-color css
<style>
a { background-color: #66450E; }
a { background-color: rgb(102,69,14); }
div.DivClassName
{
background-color: #66450E;
}
.BgClassName
{
background-color: #66450E;
}
</style>
border-color css
<style>
span { border-color: #66450E; }
span { border-color: rgb(102,69,14); }
td.TdClassName
{
border-color: #66450E;
}
.TagClassName
{
border-color: #66450E;
}
</style>