Shades of Raw Umber #605001
Tints of Raw Umber #605001
RGB
CMYK
RGB Variations
Color information
#605001 (or 0x605001) is known color: Raw Umber. HEX triplet: 60, 50 and 01. RGB value is (96,80,1). Sum of RGB (Red+Green+Blue) = 96+80+1=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #605001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605001 is #9FAFFE. Grayscale: #4C4C4C. Windows color (decimal): -10465279 or 86112. OLE color: 86112.
HSL color Cylindrical-coordinate representation of color #605001: hue angle of 49.89º 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 #605001 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.62 |
| HSL | 49.89º | 0.98% | 0.19% | - |
| HSV(B) | 49.89º | 0.99% | 0.38% | - |
| XYZ | 7.7 | 8.23 | 1.21 | - |
| YUV | 75.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 1 | 0 | 0.17 | 0.99 | 0.62 | 49.89 | 0.98 | 0.19 |
| Hex | 60 | 50 | 1 | 0 | 11 | 63 | 3E | 32 | 62 | 13 |
| Octal | 140 | 120 | 1 | 0 | 21 | 143 | 76 | 62 | 142 | 23 |
| Binary | 1100000 | 1010000 | 1 | 0 | 10001 | 1100011 | 111110 | 110010 | 1100010 | 10011 |
Color Harmonies of #605001
Complementary color
Monochromatic Colors of #605001
Black with #605001
Text Example
Text Example
White with #605001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605001; }
p { color: rgb(96,80,1); }
H1.HeaderClassName
{
color: #605001;
}
.AnyTagClassName
{
color: #605001;
}
</style>
background-color css
<style>
a { background-color: #605001; }
a { background-color: rgb(96,80,1); }
div.DivClassName
{
background-color: #605001;
}
.BgClassName
{
background-color: #605001;
}
</style>
border-color css
<style>
span { border-color: #605001; }
span { border-color: rgb(96,80,1); }
td.TdClassName
{
border-color: #605001;
}
.TagClassName
{
border-color: #605001;
}
</style>