Shades of Raw Umber #614A0C
Tints of Raw Umber #614A0C
RGB
CMYK
RGB Variations
Color information
#614A0C (or 0x614A0C) is known color: Raw Umber. HEX triplet: 61, 4A and 0C. RGB value is (97,74,12). Sum of RGB (Red+Green+Blue) = 97+74+12=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #614A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A0C is #9EB5F3. Grayscale: #4A4A4A. Windows color (decimal): -10401268 or 805473. OLE color: 805473.
HSL color Cylindrical-coordinate representation of color #614A0C: hue angle of 43.76º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #614A0C is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 12 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.62 |
| HSL | 43.76º | 0.78% | 0.21% | - |
| HSV(B) | 43.76º | 0.88% | 0.38% | - |
| XYZ | 7.44 | 7.47 | 1.4 | - |
| YUV | 73.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 12 | 0 | 0.24 | 0.88 | 0.62 | 43.76 | 0.78 | 0.21 |
| Hex | 61 | 4A | C | 0 | 18 | 58 | 3E | 2C | 4E | 15 |
| Octal | 141 | 112 | 14 | 0 | 30 | 130 | 76 | 54 | 116 | 25 |
| Binary | 1100001 | 1001010 | 1100 | 0 | 11000 | 1011000 | 111110 | 101100 | 1001110 | 10101 |
Color Harmonies of #614A0C
Complementary color
Monochromatic Colors of #614A0C
Black with #614A0C
Text Example
Text Example
White with #614A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A0C; }
p { color: rgb(97,74,12); }
H1.HeaderClassName
{
color: #614A0C;
}
.AnyTagClassName
{
color: #614A0C;
}
</style>
background-color css
<style>
a { background-color: #614A0C; }
a { background-color: rgb(97,74,12); }
div.DivClassName
{
background-color: #614A0C;
}
.BgClassName
{
background-color: #614A0C;
}
</style>
border-color css
<style>
span { border-color: #614A0C; }
span { border-color: rgb(97,74,12); }
td.TdClassName
{
border-color: #614A0C;
}
.TagClassName
{
border-color: #614A0C;
}
</style>