Shades of Raw Umber #615102
Tints of Raw Umber #615102
RGB
CMYK
RGB Variations
Color information
#615102 (or 0x615102) is known color: Raw Umber. HEX triplet: 61, 51 and 02. RGB value is (97,81,2). Sum of RGB (Red+Green+Blue) = 97+81+2=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #615102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615102 is #9EAEFD. Grayscale: #4D4D4D. Windows color (decimal): -10399486 or 151905. OLE color: 151905.
HSL color Cylindrical-coordinate representation of color #615102: hue angle of 49.89º 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 #615102 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 81 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.62 |
| HSL | 49.89º | 0.96% | 0.19% | - |
| HSV(B) | 49.89º | 0.98% | 0.38% | - |
| XYZ | 7.88 | 8.43 | 1.27 | - |
| YUV | 76.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 2 | 0 | 0.16 | 0.98 | 0.62 | 49.89 | 0.96 | 0.19 |
| Hex | 61 | 51 | 2 | 0 | 10 | 62 | 3E | 32 | 60 | 13 |
| Octal | 141 | 121 | 2 | 0 | 20 | 142 | 76 | 62 | 140 | 23 |
| Binary | 1100001 | 1010001 | 10 | 0 | 10000 | 1100010 | 111110 | 110010 | 1100000 | 10011 |
Color Harmonies of #615102
Complementary color
Monochromatic Colors of #615102
Black with #615102
Text Example
Text Example
White with #615102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615102; }
p { color: rgb(97,81,2); }
H1.HeaderClassName
{
color: #615102;
}
.AnyTagClassName
{
color: #615102;
}
</style>
background-color css
<style>
a { background-color: #615102; }
a { background-color: rgb(97,81,2); }
div.DivClassName
{
background-color: #615102;
}
.BgClassName
{
background-color: #615102;
}
</style>
border-color css
<style>
span { border-color: #615102; }
span { border-color: rgb(97,81,2); }
td.TdClassName
{
border-color: #615102;
}
.TagClassName
{
border-color: #615102;
}
</style>