Shades of Raw Umber #605303
Tints of Raw Umber #605303
RGB
CMYK
RGB Variations
Color information
#605303 (or 0x605303) is known color: Raw Umber. HEX triplet: 60, 53 and 03. RGB value is (96,83,3). Sum of RGB (Red+Green+Blue) = 96+83+3=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #605303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605303 is #9FACFC. Grayscale: #4E4E4E. Windows color (decimal): -10464509 or 217952. OLE color: 217952.
HSL color Cylindrical-coordinate representation of color #605303: hue angle of 51.61º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #605303 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 3 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.62 |
| HSL | 51.61º | 0.94% | 0.19% | - |
| HSV(B) | 51.61º | 0.97% | 0.38% | - |
| XYZ | 7.93 | 8.68 | 1.34 | - |
| YUV | 77.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 3 | 0 | 0.14 | 0.97 | 0.62 | 51.61 | 0.94 | 0.19 |
| Hex | 60 | 53 | 3 | 0 | E | 61 | 3E | 34 | 5E | 13 |
| Octal | 140 | 123 | 3 | 0 | 16 | 141 | 76 | 64 | 136 | 23 |
| Binary | 1100000 | 1010011 | 11 | 0 | 1110 | 1100001 | 111110 | 110100 | 1011110 | 10011 |
Color Harmonies of #605303
Complementary color
Monochromatic Colors of #605303
Black with #605303
Text Example
Text Example
White with #605303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605303; }
p { color: rgb(96,83,3); }
H1.HeaderClassName
{
color: #605303;
}
.AnyTagClassName
{
color: #605303;
}
</style>
background-color css
<style>
a { background-color: #605303; }
a { background-color: rgb(96,83,3); }
div.DivClassName
{
background-color: #605303;
}
.BgClassName
{
background-color: #605303;
}
</style>
border-color css
<style>
span { border-color: #605303; }
span { border-color: rgb(96,83,3); }
td.TdClassName
{
border-color: #605303;
}
.TagClassName
{
border-color: #605303;
}
</style>