Shades of Raw Umber #61490B
Tints of Raw Umber #61490B
RGB
CMYK
RGB Variations
Color information
#61490B (or 0x61490B) is known color: Raw Umber. HEX triplet: 61, 49 and 0B. RGB value is (97,73,11). Sum of RGB (Red+Green+Blue) = 97+73+11=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61490B is #9EB6F4. Grayscale: #494949. Windows color (decimal): -10401525 or 739681. OLE color: 739681.
HSL color Cylindrical-coordinate representation of color #61490B: hue angle of 43.26º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61490B is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 73 | 11 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.62 |
| HSL | 43.26º | 0.8% | 0.21% | - |
| HSV(B) | 43.26º | 0.89% | 0.38% | - |
| XYZ | 7.37 | 7.33 | 1.34 | - |
| YUV | 73.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 11 | 0 | 0.25 | 0.89 | 0.62 | 43.26 | 0.8 | 0.21 |
| Hex | 61 | 49 | B | 0 | 19 | 59 | 3E | 2B | 50 | 15 |
| Octal | 141 | 111 | 13 | 0 | 31 | 131 | 76 | 53 | 120 | 25 |
| Binary | 1100001 | 1001001 | 1011 | 0 | 11001 | 1011001 | 111110 | 101011 | 1010000 | 10101 |
Color Harmonies of #61490B
Complementary color
Monochromatic Colors of #61490B
Black with #61490B
Text Example
Text Example
White with #61490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61490B; }
p { color: rgb(97,73,11); }
H1.HeaderClassName
{
color: #61490B;
}
.AnyTagClassName
{
color: #61490B;
}
</style>
background-color css
<style>
a { background-color: #61490B; }
a { background-color: rgb(97,73,11); }
div.DivClassName
{
background-color: #61490B;
}
.BgClassName
{
background-color: #61490B;
}
</style>
border-color css
<style>
span { border-color: #61490B; }
span { border-color: rgb(97,73,11); }
td.TdClassName
{
border-color: #61490B;
}
.TagClassName
{
border-color: #61490B;
}
</style>