Shades of Raw Umber #605206
Tints of Raw Umber #605206
RGB
CMYK
RGB Variations
Color information
#605206 (or 0x605206) is known color: Raw Umber. HEX triplet: 60, 52 and 06. RGB value is (96,82,6). Sum of RGB (Red+Green+Blue) = 96+82+6=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #605206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605206 is #9FADF9. Grayscale: #4D4D4D. Windows color (decimal): -10464762 or 414304. OLE color: 414304.
HSL color Cylindrical-coordinate representation of color #605206: hue angle of 50.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #605206 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 6 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.62 |
| HSL | 50.67º | 0.88% | 0.2% | - |
| HSV(B) | 50.67º | 0.94% | 0.38% | - |
| XYZ | 7.87 | 8.53 | 1.4 | - |
| YUV | 77.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 6 | 0 | 0.15 | 0.94 | 0.62 | 50.67 | 0.88 | 0.2 |
| Hex | 60 | 52 | 6 | 0 | F | 5E | 3E | 33 | 58 | 14 |
| Octal | 140 | 122 | 6 | 0 | 17 | 136 | 76 | 63 | 130 | 24 |
| Binary | 1100000 | 1010010 | 110 | 0 | 1111 | 1011110 | 111110 | 110011 | 1011000 | 10100 |
Color Harmonies of #605206
Complementary color
Monochromatic Colors of #605206
Black with #605206
Text Example
Text Example
White with #605206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605206; }
p { color: rgb(96,82,6); }
H1.HeaderClassName
{
color: #605206;
}
.AnyTagClassName
{
color: #605206;
}
</style>
background-color css
<style>
a { background-color: #605206; }
a { background-color: rgb(96,82,6); }
div.DivClassName
{
background-color: #605206;
}
.BgClassName
{
background-color: #605206;
}
</style>
border-color css
<style>
span { border-color: #605206; }
span { border-color: rgb(96,82,6); }
td.TdClassName
{
border-color: #605206;
}
.TagClassName
{
border-color: #605206;
}
</style>