Shades of Raw Umber #614C0C
Tints of Raw Umber #614C0C
RGB
CMYK
RGB Variations
Color information
#614C0C (or 0x614C0C) is known color: Raw Umber. HEX triplet: 61, 4C and 0C. RGB value is (97,76,12). Sum of RGB (Red+Green+Blue) = 97+76+12=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C0C is #9EB3F3. Grayscale: #4B4B4B. Windows color (decimal): -10400756 or 805985. OLE color: 805985.
HSL color Cylindrical-coordinate representation of color #614C0C: hue angle of 45.18º 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 #614C0C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 12 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.62 |
| HSL | 45.18º | 0.78% | 0.21% | - |
| HSV(B) | 45.18º | 0.88% | 0.38% | - |
| XYZ | 7.58 | 7.74 | 1.44 | - |
| YUV | 74.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 12 | 0 | 0.22 | 0.88 | 0.62 | 45.18 | 0.78 | 0.21 |
| Hex | 61 | 4C | C | 0 | 16 | 58 | 3E | 2D | 4E | 15 |
| Octal | 141 | 114 | 14 | 0 | 26 | 130 | 76 | 55 | 116 | 25 |
| Binary | 1100001 | 1001100 | 1100 | 0 | 10110 | 1011000 | 111110 | 101101 | 1001110 | 10101 |
Color Harmonies of #614C0C
Complementary color
Monochromatic Colors of #614C0C
Black with #614C0C
Text Example
Text Example
White with #614C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C0C; }
p { color: rgb(97,76,12); }
H1.HeaderClassName
{
color: #614C0C;
}
.AnyTagClassName
{
color: #614C0C;
}
</style>
background-color css
<style>
a { background-color: #614C0C; }
a { background-color: rgb(97,76,12); }
div.DivClassName
{
background-color: #614C0C;
}
.BgClassName
{
background-color: #614C0C;
}
</style>
border-color css
<style>
span { border-color: #614C0C; }
span { border-color: rgb(97,76,12); }
td.TdClassName
{
border-color: #614C0C;
}
.TagClassName
{
border-color: #614C0C;
}
</style>