Shades of Raw Umber #605205
Tints of Raw Umber #605205
RGB
CMYK
RGB Variations
Color information
#605205 (or 0x605205) is known color: Raw Umber. HEX triplet: 60, 52 and 05. RGB value is (96,82,5). Sum of RGB (Red+Green+Blue) = 96+82+5=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #605205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605205 is #9FADFA. Grayscale: #4D4D4D. Windows color (decimal): -10464763 or 348768. OLE color: 348768.
HSL color Cylindrical-coordinate representation of color #605205: hue angle of 50.77º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #605205 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 5 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.62 |
| HSL | 50.77º | 0.9% | 0.2% | - |
| HSV(B) | 50.77º | 0.95% | 0.38% | - |
| XYZ | 7.87 | 8.53 | 1.38 | - |
| YUV | 77.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 5 | 0 | 0.15 | 0.95 | 0.62 | 50.77 | 0.9 | 0.2 |
| Hex | 60 | 52 | 5 | 0 | F | 5F | 3E | 33 | 5A | 14 |
| Octal | 140 | 122 | 5 | 0 | 17 | 137 | 76 | 63 | 132 | 24 |
| Binary | 1100000 | 1010010 | 101 | 0 | 1111 | 1011111 | 111110 | 110011 | 1011010 | 10100 |
Color Harmonies of #605205
Complementary color
Monochromatic Colors of #605205
Black with #605205
Text Example
Text Example
White with #605205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605205; }
p { color: rgb(96,82,5); }
H1.HeaderClassName
{
color: #605205;
}
.AnyTagClassName
{
color: #605205;
}
</style>
background-color css
<style>
a { background-color: #605205; }
a { background-color: rgb(96,82,5); }
div.DivClassName
{
background-color: #605205;
}
.BgClassName
{
background-color: #605205;
}
</style>
border-color css
<style>
span { border-color: #605205; }
span { border-color: rgb(96,82,5); }
td.TdClassName
{
border-color: #605205;
}
.TagClassName
{
border-color: #605205;
}
</style>