Shades of Raw Umber #614B0B
Tints of Raw Umber #614B0B
RGB
CMYK
RGB Variations
Color information
#614B0B (or 0x614B0B) is known color: Raw Umber. HEX triplet: 61, 4B and 0B. RGB value is (97,75,11). Sum of RGB (Red+Green+Blue) = 97+75+11=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #614B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B0B is #9EB4F4. Grayscale: #4A4A4A. Windows color (decimal): -10401013 or 740193. OLE color: 740193.
HSL color Cylindrical-coordinate representation of color #614B0B: hue angle of 44.65º 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 #614B0B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 11 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.62 |
| HSL | 44.65º | 0.8% | 0.21% | - |
| HSV(B) | 44.65º | 0.89% | 0.38% | - |
| XYZ | 7.51 | 7.6 | 1.39 | - |
| YUV | 74.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 11 | 0 | 0.23 | 0.89 | 0.62 | 44.65 | 0.8 | 0.21 |
| Hex | 61 | 4B | B | 0 | 17 | 59 | 3E | 2D | 50 | 15 |
| Octal | 141 | 113 | 13 | 0 | 27 | 131 | 76 | 55 | 120 | 25 |
| Binary | 1100001 | 1001011 | 1011 | 0 | 10111 | 1011001 | 111110 | 101101 | 1010000 | 10101 |
Color Harmonies of #614B0B
Complementary color
Monochromatic Colors of #614B0B
Black with #614B0B
Text Example
Text Example
White with #614B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B0B; }
p { color: rgb(97,75,11); }
H1.HeaderClassName
{
color: #614B0B;
}
.AnyTagClassName
{
color: #614B0B;
}
</style>
background-color css
<style>
a { background-color: #614B0B; }
a { background-color: rgb(97,75,11); }
div.DivClassName
{
background-color: #614B0B;
}
.BgClassName
{
background-color: #614B0B;
}
</style>
border-color css
<style>
span { border-color: #614B0B; }
span { border-color: rgb(97,75,11); }
td.TdClassName
{
border-color: #614B0B;
}
.TagClassName
{
border-color: #614B0B;
}
</style>