Shades of Raw Umber #605204
Tints of Raw Umber #605204
RGB
CMYK
RGB Variations
Color information
#605204 (or 0x605204) is known color: Raw Umber. HEX triplet: 60, 52 and 04. RGB value is (96,82,4). Sum of RGB (Red+Green+Blue) = 96+82+4=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #605204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605204 is #9FADFB. Grayscale: #4D4D4D. Windows color (decimal): -10464764 or 283232. OLE color: 283232.
HSL color Cylindrical-coordinate representation of color #605204: hue angle of 50.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #605204 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 4 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.62 |
| HSL | 50.87º | 0.92% | 0.2% | - |
| HSV(B) | 50.87º | 0.96% | 0.38% | - |
| XYZ | 7.86 | 8.53 | 1.35 | - |
| YUV | 77.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 4 | 0 | 0.15 | 0.96 | 0.62 | 50.87 | 0.92 | 0.2 |
| Hex | 60 | 52 | 4 | 0 | F | 60 | 3E | 33 | 5C | 14 |
| Octal | 140 | 122 | 4 | 0 | 17 | 140 | 76 | 63 | 134 | 24 |
| Binary | 1100000 | 1010010 | 100 | 0 | 1111 | 1100000 | 111110 | 110011 | 1011100 | 10100 |
Color Harmonies of #605204
Complementary color
Monochromatic Colors of #605204
Black with #605204
Text Example
Text Example
White with #605204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605204; }
p { color: rgb(96,82,4); }
H1.HeaderClassName
{
color: #605204;
}
.AnyTagClassName
{
color: #605204;
}
</style>
background-color css
<style>
a { background-color: #605204; }
a { background-color: rgb(96,82,4); }
div.DivClassName
{
background-color: #605204;
}
.BgClassName
{
background-color: #605204;
}
</style>
border-color css
<style>
span { border-color: #605204; }
span { border-color: rgb(96,82,4); }
td.TdClassName
{
border-color: #605204;
}
.TagClassName
{
border-color: #605204;
}
</style>