Shades of Raw Umber #605302
Tints of Raw Umber #605302
RGB
CMYK
RGB Variations
Color information
#605302 (or 0x605302) is known color: Raw Umber. HEX triplet: 60, 53 and 02. RGB value is (96,83,2). Sum of RGB (Red+Green+Blue) = 96+83+2=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #605302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605302 is #9FACFD. Grayscale: #4D4D4D. Windows color (decimal): -10464510 or 152416. OLE color: 152416.
HSL color Cylindrical-coordinate representation of color #605302: hue angle of 51.7º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #605302 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 2 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.62 |
| HSL | 51.7º | 0.96% | 0.19% | - |
| HSV(B) | 51.7º | 0.98% | 0.38% | - |
| XYZ | 7.93 | 8.68 | 1.31 | - |
| YUV | 77.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 2 | 0 | 0.14 | 0.98 | 0.62 | 51.7 | 0.96 | 0.19 |
| Hex | 60 | 53 | 2 | 0 | E | 62 | 3E | 34 | 60 | 13 |
| Octal | 140 | 123 | 2 | 0 | 16 | 142 | 76 | 64 | 140 | 23 |
| Binary | 1100000 | 1010011 | 10 | 0 | 1110 | 1100010 | 111110 | 110100 | 1100000 | 10011 |
Color Harmonies of #605302
Complementary color
Monochromatic Colors of #605302
Black with #605302
Text Example
Text Example
White with #605302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605302; }
p { color: rgb(96,83,2); }
H1.HeaderClassName
{
color: #605302;
}
.AnyTagClassName
{
color: #605302;
}
</style>
background-color css
<style>
a { background-color: #605302; }
a { background-color: rgb(96,83,2); }
div.DivClassName
{
background-color: #605302;
}
.BgClassName
{
background-color: #605302;
}
</style>
border-color css
<style>
span { border-color: #605302; }
span { border-color: rgb(96,83,2); }
td.TdClassName
{
border-color: #605302;
}
.TagClassName
{
border-color: #605302;
}
</style>