Shades of Raw Umber #614A11
Tints of Raw Umber #614A11
RGB
CMYK
RGB Variations
Color information
#614A11 (or 0x614A11) is known color: Raw Umber. HEX triplet: 61, 4A and 11. RGB value is (97,74,17). Sum of RGB (Red+Green+Blue) = 97+74+17=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #614A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A11 is #9EB5EE. Grayscale: #4A4A4A. Windows color (decimal): -10401263 or 1133153. OLE color: 1133153.
HSL color Cylindrical-coordinate representation of color #614A11: hue angle of 42.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #614A11 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 17 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.62 |
| HSL | 42.75º | 0.7% | 0.22% | - |
| HSV(B) | 42.75º | 0.82% | 0.38% | - |
| XYZ | 7.48 | 7.48 | 1.58 | - |
| YUV | 74.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 17 | 0 | 0.24 | 0.82 | 0.62 | 42.75 | 0.7 | 0.22 |
| Hex | 61 | 4A | 11 | 0 | 18 | 52 | 3E | 2B | 46 | 16 |
| Octal | 141 | 112 | 21 | 0 | 30 | 122 | 76 | 53 | 106 | 26 |
| Binary | 1100001 | 1001010 | 10001 | 0 | 11000 | 1010010 | 111110 | 101011 | 1000110 | 10110 |
Color Harmonies of #614A11
Complementary color
Monochromatic Colors of #614A11
Black with #614A11
Text Example
Text Example
White with #614A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A11; }
p { color: rgb(97,74,17); }
H1.HeaderClassName
{
color: #614A11;
}
.AnyTagClassName
{
color: #614A11;
}
</style>
background-color css
<style>
a { background-color: #614A11; }
a { background-color: rgb(97,74,17); }
div.DivClassName
{
background-color: #614A11;
}
.BgClassName
{
background-color: #614A11;
}
</style>
border-color css
<style>
span { border-color: #614A11; }
span { border-color: rgb(97,74,17); }
td.TdClassName
{
border-color: #614A11;
}
.TagClassName
{
border-color: #614A11;
}
</style>