Shades of Raw Umber #66430D
Tints of Raw Umber #66430D
RGB
CMYK
RGB Variations
Color information
#66430D (or 0x66430D) is known color: Raw Umber. HEX triplet: 66, 43 and 0D. RGB value is (102,67,13). Sum of RGB (Red+Green+Blue) = 102+67+13=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66430D is #99BCF2. Grayscale: #474747. Windows color (decimal): -10075379 or 869222. OLE color: 869222.
HSL color Cylindrical-coordinate representation of color #66430D: hue angle of 36.4º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66430D is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 13 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.6 |
| HSL | 36.4º | 0.77% | 0.23% | - |
| HSV(B) | 36.4º | 0.87% | 0.4% | - |
| XYZ | 7.56 | 6.87 | 1.31 | - |
| YUV | 71.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 13 | 0 | 0.34 | 0.87 | 0.6 | 36.4 | 0.77 | 0.23 |
| Hex | 66 | 43 | D | 0 | 22 | 57 | 3C | 24 | 4D | 17 |
| Octal | 146 | 103 | 15 | 0 | 42 | 127 | 74 | 44 | 115 | 27 |
| Binary | 1100110 | 1000011 | 1101 | 0 | 100010 | 1010111 | 111100 | 100100 | 1001101 | 10111 |
Color Harmonies of #66430D
Complementary color
Monochromatic Colors of #66430D
Black with #66430D
Text Example
Text Example
White with #66430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66430D; }
p { color: rgb(102,67,13); }
H1.HeaderClassName
{
color: #66430D;
}
.AnyTagClassName
{
color: #66430D;
}
</style>
background-color css
<style>
a { background-color: #66430D; }
a { background-color: rgb(102,67,13); }
div.DivClassName
{
background-color: #66430D;
}
.BgClassName
{
background-color: #66430D;
}
</style>
border-color css
<style>
span { border-color: #66430D; }
span { border-color: rgb(102,67,13); }
td.TdClassName
{
border-color: #66430D;
}
.TagClassName
{
border-color: #66430D;
}
</style>