Shades of Raw Umber #66430B
Tints of Raw Umber #66430B
RGB
CMYK
RGB Variations
Color information
#66430B (or 0x66430B) is known color: Raw Umber. HEX triplet: 66, 43 and 0B. RGB value is (102,67,11). Sum of RGB (Red+Green+Blue) = 102+67+11=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66430B is #99BCF4. Grayscale: #474747. Windows color (decimal): -10075381 or 738150. OLE color: 738150.
HSL color Cylindrical-coordinate representation of color #66430B: hue angle of 36.92º 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 #66430B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 11 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.6 |
| HSL | 36.92º | 0.81% | 0.22% | - |
| HSV(B) | 36.92º | 0.89% | 0.4% | - |
| XYZ | 7.55 | 6.86 | 1.24 | - |
| YUV | 71.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 11 | 0 | 0.34 | 0.89 | 0.6 | 36.92 | 0.81 | 0.22 |
| Hex | 66 | 43 | B | 0 | 22 | 59 | 3C | 25 | 51 | 16 |
| Octal | 146 | 103 | 13 | 0 | 42 | 131 | 74 | 45 | 121 | 26 |
| Binary | 1100110 | 1000011 | 1011 | 0 | 100010 | 1011001 | 111100 | 100101 | 1010001 | 10110 |
Color Harmonies of #66430B
Complementary color
Monochromatic Colors of #66430B
Black with #66430B
Text Example
Text Example
White with #66430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66430B; }
p { color: rgb(102,67,11); }
H1.HeaderClassName
{
color: #66430B;
}
.AnyTagClassName
{
color: #66430B;
}
</style>
background-color css
<style>
a { background-color: #66430B; }
a { background-color: rgb(102,67,11); }
div.DivClassName
{
background-color: #66430B;
}
.BgClassName
{
background-color: #66430B;
}
</style>
border-color css
<style>
span { border-color: #66430B; }
span { border-color: rgb(102,67,11); }
td.TdClassName
{
border-color: #66430B;
}
.TagClassName
{
border-color: #66430B;
}
</style>