Shades of Raw Umber #66430C
Tints of Raw Umber #66430C
RGB
CMYK
RGB Variations
Color information
#66430C (or 0x66430C) is known color: Raw Umber. HEX triplet: 66, 43 and 0C. RGB value is (102,67,12). Sum of RGB (Red+Green+Blue) = 102+67+12=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66430C is #99BCF3. Grayscale: #474747. Windows color (decimal): -10075380 or 803686. OLE color: 803686.
HSL color Cylindrical-coordinate representation of color #66430C: hue angle of 36.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66430C is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 12 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.6 |
| HSL | 36.67º | 0.79% | 0.22% | - |
| HSV(B) | 36.67º | 0.88% | 0.4% | - |
| XYZ | 7.55 | 6.87 | 1.27 | - |
| YUV | 71.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 12 | 0 | 0.34 | 0.88 | 0.6 | 36.67 | 0.79 | 0.22 |
| Hex | 66 | 43 | C | 0 | 22 | 58 | 3C | 25 | 4F | 16 |
| Octal | 146 | 103 | 14 | 0 | 42 | 130 | 74 | 45 | 117 | 26 |
| Binary | 1100110 | 1000011 | 1100 | 0 | 100010 | 1011000 | 111100 | 100101 | 1001111 | 10110 |
Color Harmonies of #66430C
Complementary color
Monochromatic Colors of #66430C
Black with #66430C
Text Example
Text Example
White with #66430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66430C; }
p { color: rgb(102,67,12); }
H1.HeaderClassName
{
color: #66430C;
}
.AnyTagClassName
{
color: #66430C;
}
</style>
background-color css
<style>
a { background-color: #66430C; }
a { background-color: rgb(102,67,12); }
div.DivClassName
{
background-color: #66430C;
}
.BgClassName
{
background-color: #66430C;
}
</style>
border-color css
<style>
span { border-color: #66430C; }
span { border-color: rgb(102,67,12); }
td.TdClassName
{
border-color: #66430C;
}
.TagClassName
{
border-color: #66430C;
}
</style>