Shades of Raw Umber #61440B
Tints of Raw Umber #61440B
RGB
CMYK
RGB Variations
Color information
#61440B (or 0x61440B) is known color: Raw Umber. HEX triplet: 61, 44 and 0B. RGB value is (97,68,11). Sum of RGB (Red+Green+Blue) = 97+68+11=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61440B is #9EBBF4. Grayscale: #464646. Windows color (decimal): -10402805 or 738401. OLE color: 738401.
HSL color Cylindrical-coordinate representation of color #61440B: hue angle of 39.77º 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 #61440B is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 11 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.62 |
| HSL | 39.77º | 0.8% | 0.21% | - |
| HSV(B) | 39.77º | 0.89% | 0.38% | - |
| XYZ | 7.06 | 6.7 | 1.24 | - |
| YUV | 70.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 11 | 0 | 0.30 | 0.89 | 0.62 | 39.77 | 0.8 | 0.21 |
| Hex | 61 | 44 | B | 0 | 1E | 59 | 3E | 28 | 50 | 15 |
| Octal | 141 | 104 | 13 | 0 | 36 | 131 | 76 | 50 | 120 | 25 |
| Binary | 1100001 | 1000100 | 1011 | 0 | 11110 | 1011001 | 111110 | 101000 | 1010000 | 10101 |
Color Harmonies of #61440B
Complementary color
Monochromatic Colors of #61440B
Black with #61440B
Text Example
Text Example
White with #61440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61440B; }
p { color: rgb(97,68,11); }
H1.HeaderClassName
{
color: #61440B;
}
.AnyTagClassName
{
color: #61440B;
}
</style>
background-color css
<style>
a { background-color: #61440B; }
a { background-color: rgb(97,68,11); }
div.DivClassName
{
background-color: #61440B;
}
.BgClassName
{
background-color: #61440B;
}
</style>
border-color css
<style>
span { border-color: #61440B; }
span { border-color: rgb(97,68,11); }
td.TdClassName
{
border-color: #61440B;
}
.TagClassName
{
border-color: #61440B;
}
</style>