Shades of Raw Umber #614A10
Tints of Raw Umber #614A10
RGB
CMYK
RGB Variations
Color information
#614A10 (or 0x614A10) is known color: Raw Umber. HEX triplet: 61, 4A and 10. RGB value is (97,74,16). Sum of RGB (Red+Green+Blue) = 97+74+16=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #614A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A10 is #9EB5EF. Grayscale: #4A4A4A. Windows color (decimal): -10401264 or 1067617. OLE color: 1067617.
HSL color Cylindrical-coordinate representation of color #614A10: hue angle of 42.96º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #614A10 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 16 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.62 |
| HSL | 42.96º | 0.72% | 0.22% | - |
| HSV(B) | 42.96º | 0.84% | 0.38% | - |
| XYZ | 7.47 | 7.48 | 1.54 | - |
| YUV | 74.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 16 | 0 | 0.24 | 0.84 | 0.62 | 42.96 | 0.72 | 0.22 |
| Hex | 61 | 4A | 10 | 0 | 18 | 54 | 3E | 2B | 48 | 16 |
| Octal | 141 | 112 | 20 | 0 | 30 | 124 | 76 | 53 | 110 | 26 |
| Binary | 1100001 | 1001010 | 10000 | 0 | 11000 | 1010100 | 111110 | 101011 | 1001000 | 10110 |
Color Harmonies of #614A10
Complementary color
Monochromatic Colors of #614A10
Black with #614A10
Text Example
Text Example
White with #614A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A10; }
p { color: rgb(97,74,16); }
H1.HeaderClassName
{
color: #614A10;
}
.AnyTagClassName
{
color: #614A10;
}
</style>
background-color css
<style>
a { background-color: #614A10; }
a { background-color: rgb(97,74,16); }
div.DivClassName
{
background-color: #614A10;
}
.BgClassName
{
background-color: #614A10;
}
</style>
border-color css
<style>
span { border-color: #614A10; }
span { border-color: rgb(97,74,16); }
td.TdClassName
{
border-color: #614A10;
}
.TagClassName
{
border-color: #614A10;
}
</style>