Shades of Raw Umber #665604
Tints of Raw Umber #665604
RGB
CMYK
RGB Variations
Color information
#665604 (or 0x665604) is known color: Raw Umber. HEX triplet: 66, 56 and 04. RGB value is (102,86,4). Sum of RGB (Red+Green+Blue) = 102+86+4=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #665604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665604 is #99A9FB. Grayscale: #515151. Windows color (decimal): -10070524 or 284262. OLE color: 284262.
HSL color Cylindrical-coordinate representation of color #665604: hue angle of 50.2º 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 #665604 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 4 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.6 |
| HSL | 50.2º | 0.92% | 0.21% | - |
| HSV(B) | 50.2º | 0.96% | 0.4% | - |
| XYZ | 8.83 | 9.49 | 1.48 | - |
| YUV | 81.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 4 | 0 | 0.16 | 0.96 | 0.6 | 50.2 | 0.92 | 0.21 |
| Hex | 66 | 56 | 4 | 0 | 10 | 60 | 3C | 32 | 5C | 15 |
| Octal | 146 | 126 | 4 | 0 | 20 | 140 | 74 | 62 | 134 | 25 |
| Binary | 1100110 | 1010110 | 100 | 0 | 10000 | 1100000 | 111100 | 110010 | 1011100 | 10101 |
Color Harmonies of #665604
Complementary color
Monochromatic Colors of #665604
Black with #665604
Text Example
Text Example
White with #665604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665604; }
p { color: rgb(102,86,4); }
H1.HeaderClassName
{
color: #665604;
}
.AnyTagClassName
{
color: #665604;
}
</style>
background-color css
<style>
a { background-color: #665604; }
a { background-color: rgb(102,86,4); }
div.DivClassName
{
background-color: #665604;
}
.BgClassName
{
background-color: #665604;
}
</style>
border-color css
<style>
span { border-color: #665604; }
span { border-color: rgb(102,86,4); }
td.TdClassName
{
border-color: #665604;
}
.TagClassName
{
border-color: #665604;
}
</style>