Shades of Raw Umber #66440A
Tints of Raw Umber #66440A
RGB
CMYK
RGB Variations
Color information
#66440A (or 0x66440A) is known color: Raw Umber. HEX triplet: 66, 44 and 0A. RGB value is (102,68,10). Sum of RGB (Red+Green+Blue) = 102+68+10=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66440A is #99BBF5. Grayscale: #474747. Windows color (decimal): -10075126 or 672870. OLE color: 672870.
HSL color Cylindrical-coordinate representation of color #66440A: hue angle of 37.83º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66440A is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 10 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.6 |
| HSL | 37.83º | 0.82% | 0.22% | - |
| HSV(B) | 37.83º | 0.9% | 0.4% | - |
| XYZ | 7.6 | 6.98 | 1.23 | - |
| YUV | 71.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 10 | 0 | 0.33 | 0.90 | 0.6 | 37.83 | 0.82 | 0.22 |
| Hex | 66 | 44 | A | 0 | 21 | 5A | 3C | 26 | 52 | 16 |
| Octal | 146 | 104 | 12 | 0 | 41 | 132 | 74 | 46 | 122 | 26 |
| Binary | 1100110 | 1000100 | 1010 | 0 | 100001 | 1011010 | 111100 | 100110 | 1010010 | 10110 |
Color Harmonies of #66440A
Complementary color
Monochromatic Colors of #66440A
Black with #66440A
Text Example
Text Example
White with #66440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66440A; }
p { color: rgb(102,68,10); }
H1.HeaderClassName
{
color: #66440A;
}
.AnyTagClassName
{
color: #66440A;
}
</style>
background-color css
<style>
a { background-color: #66440A; }
a { background-color: rgb(102,68,10); }
div.DivClassName
{
background-color: #66440A;
}
.BgClassName
{
background-color: #66440A;
}
</style>
border-color css
<style>
span { border-color: #66440A; }
span { border-color: rgb(102,68,10); }
td.TdClassName
{
border-color: #66440A;
}
.TagClassName
{
border-color: #66440A;
}
</style>