Shades of Raw Umber #615901
Tints of Raw Umber #615901
RGB
CMYK
RGB Variations
Color information
#615901 (or 0x615901) is known color: Raw Umber. HEX triplet: 61, 59 and 01. RGB value is (97,89,1). Sum of RGB (Red+Green+Blue) = 97+89+1=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #615901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615901 is #9EA6FE. Grayscale: #515151. Windows color (decimal): -10397439 or 88417. OLE color: 88417.
HSL color Cylindrical-coordinate representation of color #615901: hue angle of 55º 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 #615901 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 89 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.62 |
| HSL | 55º | 0.98% | 0.19% | - |
| HSV(B) | 55º | 0.99% | 0.38% | - |
| XYZ | 8.51 | 9.69 | 1.45 | - |
| YUV | 81.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 1 | 0 | 0.08 | 0.99 | 0.62 | 55 | 0.98 | 0.19 |
| Hex | 61 | 59 | 1 | 0 | 8 | 63 | 3E | 37 | 62 | 13 |
| Octal | 141 | 131 | 1 | 0 | 10 | 143 | 76 | 67 | 142 | 23 |
| Binary | 1100001 | 1011001 | 1 | 0 | 1000 | 1100011 | 111110 | 110111 | 1100010 | 10011 |
Color Harmonies of #615901
Complementary color
Monochromatic Colors of #615901
Black with #615901
Text Example
Text Example
White with #615901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615901; }
p { color: rgb(97,89,1); }
H1.HeaderClassName
{
color: #615901;
}
.AnyTagClassName
{
color: #615901;
}
</style>
background-color css
<style>
a { background-color: #615901; }
a { background-color: rgb(97,89,1); }
div.DivClassName
{
background-color: #615901;
}
.BgClassName
{
background-color: #615901;
}
</style>
border-color css
<style>
span { border-color: #615901; }
span { border-color: rgb(97,89,1); }
td.TdClassName
{
border-color: #615901;
}
.TagClassName
{
border-color: #615901;
}
</style>