Shades of Raw Umber #615200
Tints of Raw Umber #615200
RGB
CMYK
RGB Variations
Color information
#615200 (or 0x615200) is known color: Raw Umber. HEX triplet: 61, 52 and 00. RGB value is (97,82,0). Sum of RGB (Red+Green+Blue) = 97+82+0=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #615200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615200 is #9EADFF. Grayscale: #4D4D4D. Windows color (decimal): -10399232 or 21089. OLE color: 21089.
HSL color Cylindrical-coordinate representation of color #615200: hue angle of 50.72º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #615200 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.62 |
| HSL | 50.72º | 1% | 0.19% | - |
| HSV(B) | 50.72º | 1% | 0.38% | - |
| XYZ | 7.95 | 8.58 | 1.24 | - |
| YUV | 77.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 0 | 0 | 0.15 | 1 | 0.62 | 50.72 | 1 | 0.19 |
| Hex | 61 | 52 | 0 | 0 | F | 64 | 3E | 33 | 64 | 13 |
| Octal | 141 | 122 | 0 | 0 | 17 | 144 | 76 | 63 | 144 | 23 |
| Binary | 1100001 | 1010010 | 0 | 0 | 1111 | 1100100 | 111110 | 110011 | 1100100 | 10011 |
Color Harmonies of #615200
Complementary color
Monochromatic Colors of #615200
Black with #615200
Text Example
Text Example
White with #615200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615200; }
p { color: rgb(97,82,0); }
H1.HeaderClassName
{
color: #615200;
}
.AnyTagClassName
{
color: #615200;
}
</style>
background-color css
<style>
a { background-color: #615200; }
a { background-color: rgb(97,82,0); }
div.DivClassName
{
background-color: #615200;
}
.BgClassName
{
background-color: #615200;
}
</style>
border-color css
<style>
span { border-color: #615200; }
span { border-color: rgb(97,82,0); }
td.TdClassName
{
border-color: #615200;
}
.TagClassName
{
border-color: #615200;
}
</style>