Shades of Raw Umber #605301
Tints of Raw Umber #605301
RGB
CMYK
RGB Variations
Color information
#605301 (or 0x605301) is known color: Raw Umber. HEX triplet: 60, 53 and 01. RGB value is (96,83,1). Sum of RGB (Red+Green+Blue) = 96+83+1=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #605301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605301 is #9FACFE. Grayscale: #4D4D4D. Windows color (decimal): -10464511 or 86880. OLE color: 86880.
HSL color Cylindrical-coordinate representation of color #605301: hue angle of 51.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #605301 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.62 |
| HSL | 51.79º | 0.98% | 0.19% | - |
| HSV(B) | 51.79º | 0.99% | 0.38% | - |
| XYZ | 7.92 | 8.68 | 1.29 | - |
| YUV | 77.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 1 | 0 | 0.14 | 0.99 | 0.62 | 51.79 | 0.98 | 0.19 |
| Hex | 60 | 53 | 1 | 0 | E | 63 | 3E | 34 | 62 | 13 |
| Octal | 140 | 123 | 1 | 0 | 16 | 143 | 76 | 64 | 142 | 23 |
| Binary | 1100000 | 1010011 | 1 | 0 | 1110 | 1100011 | 111110 | 110100 | 1100010 | 10011 |
Color Harmonies of #605301
Complementary color
Monochromatic Colors of #605301
Black with #605301
Text Example
Text Example
White with #605301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605301; }
p { color: rgb(96,83,1); }
H1.HeaderClassName
{
color: #605301;
}
.AnyTagClassName
{
color: #605301;
}
</style>
background-color css
<style>
a { background-color: #605301; }
a { background-color: rgb(96,83,1); }
div.DivClassName
{
background-color: #605301;
}
.BgClassName
{
background-color: #605301;
}
</style>
border-color css
<style>
span { border-color: #605301; }
span { border-color: rgb(96,83,1); }
td.TdClassName
{
border-color: #605301;
}
.TagClassName
{
border-color: #605301;
}
</style>