Shades of Raw Umber #615802
Tints of Raw Umber #615802
RGB
CMYK
RGB Variations
Color information
#615802 (or 0x615802) is known color: Raw Umber. HEX triplet: 61, 58 and 02. RGB value is (97,88,2). Sum of RGB (Red+Green+Blue) = 97+88+2=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #615802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615802 is #9EA7FD. Grayscale: #515151. Windows color (decimal): -10397694 or 153697. OLE color: 153697.
HSL color Cylindrical-coordinate representation of color #615802: hue angle of 54.32º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #615802 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.62 |
| HSL | 54.32º | 0.96% | 0.19% | - |
| HSV(B) | 54.32º | 0.98% | 0.38% | - |
| XYZ | 8.43 | 9.53 | 1.45 | - |
| YUV | 80.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 2 | 0 | 0.09 | 0.98 | 0.62 | 54.32 | 0.96 | 0.19 |
| Hex | 61 | 58 | 2 | 0 | 9 | 62 | 3E | 36 | 60 | 13 |
| Octal | 141 | 130 | 2 | 0 | 11 | 142 | 76 | 66 | 140 | 23 |
| Binary | 1100001 | 1011000 | 10 | 0 | 1001 | 1100010 | 111110 | 110110 | 1100000 | 10011 |
Color Harmonies of #615802
Complementary color
Monochromatic Colors of #615802
Black with #615802
Text Example
Text Example
White with #615802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615802; }
p { color: rgb(97,88,2); }
H1.HeaderClassName
{
color: #615802;
}
.AnyTagClassName
{
color: #615802;
}
</style>
background-color css
<style>
a { background-color: #615802; }
a { background-color: rgb(97,88,2); }
div.DivClassName
{
background-color: #615802;
}
.BgClassName
{
background-color: #615802;
}
</style>
border-color css
<style>
span { border-color: #615802; }
span { border-color: rgb(97,88,2); }
td.TdClassName
{
border-color: #615802;
}
.TagClassName
{
border-color: #615802;
}
</style>