Shades of Raw Umber #665204
Tints of Raw Umber #665204
RGB
CMYK
RGB Variations
Color information
#665204 (or 0x665204) is known color: Raw Umber. HEX triplet: 66, 52 and 04. RGB value is (102,82,4). Sum of RGB (Red+Green+Blue) = 102+82+4=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #665204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665204 is #99ADFB. Grayscale: #4F4F4F. Windows color (decimal): -10071548 or 283238. OLE color: 283238.
HSL color Cylindrical-coordinate representation of color #665204: hue angle of 47.76º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #665204 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 4 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.6 |
| HSL | 47.76º | 0.92% | 0.21% | - |
| HSV(B) | 47.76º | 0.96% | 0.4% | - |
| XYZ | 8.52 | 8.87 | 1.38 | - |
| YUV | 79.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 4 | 0 | 0.20 | 0.96 | 0.6 | 47.76 | 0.92 | 0.21 |
| Hex | 66 | 52 | 4 | 0 | 14 | 60 | 3C | 30 | 5C | 15 |
| Octal | 146 | 122 | 4 | 0 | 24 | 140 | 74 | 60 | 134 | 25 |
| Binary | 1100110 | 1010010 | 100 | 0 | 10100 | 1100000 | 111100 | 110000 | 1011100 | 10101 |
Color Harmonies of #665204
Complementary color
Monochromatic Colors of #665204
Black with #665204
Text Example
Text Example
White with #665204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665204; }
p { color: rgb(102,82,4); }
H1.HeaderClassName
{
color: #665204;
}
.AnyTagClassName
{
color: #665204;
}
</style>
background-color css
<style>
a { background-color: #665204; }
a { background-color: rgb(102,82,4); }
div.DivClassName
{
background-color: #665204;
}
.BgClassName
{
background-color: #665204;
}
</style>
border-color css
<style>
span { border-color: #665204; }
span { border-color: rgb(102,82,4); }
td.TdClassName
{
border-color: #665204;
}
.TagClassName
{
border-color: #665204;
}
</style>