Shades of Raw Umber #614A0F
Tints of Raw Umber #614A0F
RGB
CMYK
RGB Variations
Color information
#614A0F (or 0x614A0F) is known color: Raw Umber. HEX triplet: 61, 4A and 0F. RGB value is (97,74,15). Sum of RGB (Red+Green+Blue) = 97+74+15=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A0F is #9EB5F0. Grayscale: #4A4A4A. Windows color (decimal): -10401265 or 1002081. OLE color: 1002081.
HSL color Cylindrical-coordinate representation of color #614A0F: hue angle of 43.17º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #614A0F is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 15 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.62 |
| HSL | 43.17º | 0.73% | 0.22% | - |
| HSV(B) | 43.17º | 0.85% | 0.38% | - |
| XYZ | 7.46 | 7.47 | 1.5 | - |
| YUV | 74.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 15 | 0 | 0.24 | 0.85 | 0.62 | 43.17 | 0.73 | 0.22 |
| Hex | 61 | 4A | F | 0 | 18 | 55 | 3E | 2B | 49 | 16 |
| Octal | 141 | 112 | 17 | 0 | 30 | 125 | 76 | 53 | 111 | 26 |
| Binary | 1100001 | 1001010 | 1111 | 0 | 11000 | 1010101 | 111110 | 101011 | 1001001 | 10110 |
Color Harmonies of #614A0F
Complementary color
Monochromatic Colors of #614A0F
Black with #614A0F
Text Example
Text Example
White with #614A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A0F; }
p { color: rgb(97,74,15); }
H1.HeaderClassName
{
color: #614A0F;
}
.AnyTagClassName
{
color: #614A0F;
}
</style>
background-color css
<style>
a { background-color: #614A0F; }
a { background-color: rgb(97,74,15); }
div.DivClassName
{
background-color: #614A0F;
}
.BgClassName
{
background-color: #614A0F;
}
</style>
border-color css
<style>
span { border-color: #614A0F; }
span { border-color: rgb(97,74,15); }
td.TdClassName
{
border-color: #614A0F;
}
.TagClassName
{
border-color: #614A0F;
}
</style>