Shades of Raw Umber #615201
Tints of Raw Umber #615201
RGB
CMYK
RGB Variations
Color information
#615201 (or 0x615201) is known color: Raw Umber. HEX triplet: 61, 52 and 01. RGB value is (97,82,1). Sum of RGB (Red+Green+Blue) = 97+82+1=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #615201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615201 is #9EADFE. Grayscale: #4D4D4D. Windows color (decimal): -10399231 or 86625. OLE color: 86625.
HSL color Cylindrical-coordinate representation of color #615201: hue angle of 50.62º 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 #615201 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.62 |
| HSL | 50.63º | 0.98% | 0.19% | - |
| HSV(B) | 50.63º | 0.99% | 0.38% | - |
| XYZ | 7.95 | 8.58 | 1.27 | - |
| YUV | 77.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 1 | 0 | 0.15 | 0.99 | 0.62 | 50.63 | 0.98 | 0.19 |
| Hex | 61 | 52 | 1 | 0 | F | 63 | 3E | 33 | 62 | 13 |
| Octal | 141 | 122 | 1 | 0 | 17 | 143 | 76 | 63 | 142 | 23 |
| Binary | 1100001 | 1010010 | 1 | 0 | 1111 | 1100011 | 111110 | 110011 | 1100010 | 10011 |
Color Harmonies of #615201
Complementary color
Monochromatic Colors of #615201
Black with #615201
Text Example
Text Example
White with #615201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615201; }
p { color: rgb(97,82,1); }
H1.HeaderClassName
{
color: #615201;
}
.AnyTagClassName
{
color: #615201;
}
</style>
background-color css
<style>
a { background-color: #615201; }
a { background-color: rgb(97,82,1); }
div.DivClassName
{
background-color: #615201;
}
.BgClassName
{
background-color: #615201;
}
</style>
border-color css
<style>
span { border-color: #615201; }
span { border-color: rgb(97,82,1); }
td.TdClassName
{
border-color: #615201;
}
.TagClassName
{
border-color: #615201;
}
</style>