Shades of Raw Umber #66430A
Tints of Raw Umber #66430A
RGB
CMYK
RGB Variations
Color information
#66430A (or 0x66430A) is known color: Raw Umber. HEX triplet: 66, 43 and 0A. RGB value is (102,67,10). Sum of RGB (Red+Green+Blue) = 102+67+10=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66430A is #99BCF5. Grayscale: #474747. Windows color (decimal): -10075382 or 672614. OLE color: 672614.
HSL color Cylindrical-coordinate representation of color #66430A: hue angle of 37.17º 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 #66430A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 10 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.6 |
| HSL | 37.17º | 0.82% | 0.22% | - |
| HSV(B) | 37.17º | 0.9% | 0.4% | - |
| XYZ | 7.54 | 6.86 | 1.21 | - |
| YUV | 70.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 10 | 0 | 0.34 | 0.90 | 0.6 | 37.17 | 0.82 | 0.22 |
| Hex | 66 | 43 | A | 0 | 22 | 5A | 3C | 25 | 52 | 16 |
| Octal | 146 | 103 | 12 | 0 | 42 | 132 | 74 | 45 | 122 | 26 |
| Binary | 1100110 | 1000011 | 1010 | 0 | 100010 | 1011010 | 111100 | 100101 | 1010010 | 10110 |
Color Harmonies of #66430A
Complementary color
Monochromatic Colors of #66430A
Black with #66430A
Text Example
Text Example
White with #66430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66430A; }
p { color: rgb(102,67,10); }
H1.HeaderClassName
{
color: #66430A;
}
.AnyTagClassName
{
color: #66430A;
}
</style>
background-color css
<style>
a { background-color: #66430A; }
a { background-color: rgb(102,67,10); }
div.DivClassName
{
background-color: #66430A;
}
.BgClassName
{
background-color: #66430A;
}
</style>
border-color css
<style>
span { border-color: #66430A; }
span { border-color: rgb(102,67,10); }
td.TdClassName
{
border-color: #66430A;
}
.TagClassName
{
border-color: #66430A;
}
</style>