Shades of Raw Umber #66580C
Tints of Raw Umber #66580C
RGB
CMYK
RGB Variations
Color information
#66580C (or 0x66580C) is known color: Raw Umber. HEX triplet: 66, 58 and 0C. RGB value is (102,88,12). Sum of RGB (Red+Green+Blue) = 102+88+12=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66580C is #99A7F3. Grayscale: #535353. Windows color (decimal): -10070004 or 809062. OLE color: 809062.
HSL color Cylindrical-coordinate representation of color #66580C: hue angle of 50.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 #66580C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 12 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.6 |
| HSL | 50.67º | 0.79% | 0.22% | - |
| HSV(B) | 50.67º | 0.88% | 0.4% | - |
| XYZ | 9.04 | 9.83 | 1.77 | - |
| YUV | 83.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 12 | 0 | 0.14 | 0.88 | 0.6 | 50.67 | 0.79 | 0.22 |
| Hex | 66 | 58 | C | 0 | E | 58 | 3C | 33 | 4F | 16 |
| Octal | 146 | 130 | 14 | 0 | 16 | 130 | 74 | 63 | 117 | 26 |
| Binary | 1100110 | 1011000 | 1100 | 0 | 1110 | 1011000 | 111100 | 110011 | 1001111 | 10110 |
Color Harmonies of #66580C
Complementary color
Monochromatic Colors of #66580C
Black with #66580C
Text Example
Text Example
White with #66580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66580C; }
p { color: rgb(102,88,12); }
H1.HeaderClassName
{
color: #66580C;
}
.AnyTagClassName
{
color: #66580C;
}
</style>
background-color css
<style>
a { background-color: #66580C; }
a { background-color: rgb(102,88,12); }
div.DivClassName
{
background-color: #66580C;
}
.BgClassName
{
background-color: #66580C;
}
</style>
border-color css
<style>
span { border-color: #66580C; }
span { border-color: rgb(102,88,12); }
td.TdClassName
{
border-color: #66580C;
}
.TagClassName
{
border-color: #66580C;
}
</style>