Shades of Raw Umber #615101
Tints of Raw Umber #615101
RGB
CMYK
RGB Variations
Color information
#615101 (or 0x615101) is known color: Raw Umber. HEX triplet: 61, 51 and 01. RGB value is (97,81,1). Sum of RGB (Red+Green+Blue) = 97+81+1=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #615101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615101 is #9EAEFE. Grayscale: #4D4D4D. Windows color (decimal): -10399487 or 86369. OLE color: 86369.
HSL color Cylindrical-coordinate representation of color #615101: hue angle of 50º 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 #615101 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 81 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.62 |
| HSL | 50º | 0.98% | 0.19% | - |
| HSV(B) | 50º | 0.99% | 0.38% | - |
| XYZ | 7.88 | 8.43 | 1.24 | - |
| YUV | 76.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 1 | 0 | 0.16 | 0.99 | 0.62 | 50 | 0.98 | 0.19 |
| Hex | 61 | 51 | 1 | 0 | 10 | 63 | 3E | 32 | 62 | 13 |
| Octal | 141 | 121 | 1 | 0 | 20 | 143 | 76 | 62 | 142 | 23 |
| Binary | 1100001 | 1010001 | 1 | 0 | 10000 | 1100011 | 111110 | 110010 | 1100010 | 10011 |
Color Harmonies of #615101
Complementary color
Monochromatic Colors of #615101
Black with #615101
Text Example
Text Example
White with #615101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615101; }
p { color: rgb(97,81,1); }
H1.HeaderClassName
{
color: #615101;
}
.AnyTagClassName
{
color: #615101;
}
</style>
background-color css
<style>
a { background-color: #615101; }
a { background-color: rgb(97,81,1); }
div.DivClassName
{
background-color: #615101;
}
.BgClassName
{
background-color: #615101;
}
</style>
border-color css
<style>
span { border-color: #615101; }
span { border-color: rgb(97,81,1); }
td.TdClassName
{
border-color: #615101;
}
.TagClassName
{
border-color: #615101;
}
</style>