Shades of Raw Umber #614B0C
Tints of Raw Umber #614B0C
RGB
CMYK
RGB Variations
Color information
#614B0C (or 0x614B0C) is known color: Raw Umber. HEX triplet: 61, 4B and 0C. RGB value is (97,75,12). Sum of RGB (Red+Green+Blue) = 97+75+12=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #614B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B0C is #9EB4F3. Grayscale: #4A4A4A. Windows color (decimal): -10401012 or 805729. OLE color: 805729.
HSL color Cylindrical-coordinate representation of color #614B0C: hue angle of 44.47º 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 #614B0C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 12 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.62 |
| HSL | 44.47º | 0.78% | 0.21% | - |
| HSV(B) | 44.47º | 0.88% | 0.38% | - |
| XYZ | 7.51 | 7.6 | 1.42 | - |
| YUV | 74.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 12 | 0 | 0.23 | 0.88 | 0.62 | 44.47 | 0.78 | 0.21 |
| Hex | 61 | 4B | C | 0 | 17 | 58 | 3E | 2C | 4E | 15 |
| Octal | 141 | 113 | 14 | 0 | 27 | 130 | 76 | 54 | 116 | 25 |
| Binary | 1100001 | 1001011 | 1100 | 0 | 10111 | 1011000 | 111110 | 101100 | 1001110 | 10101 |
Color Harmonies of #614B0C
Complementary color
Monochromatic Colors of #614B0C
Black with #614B0C
Text Example
Text Example
White with #614B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B0C; }
p { color: rgb(97,75,12); }
H1.HeaderClassName
{
color: #614B0C;
}
.AnyTagClassName
{
color: #614B0C;
}
</style>
background-color css
<style>
a { background-color: #614B0C; }
a { background-color: rgb(97,75,12); }
div.DivClassName
{
background-color: #614B0C;
}
.BgClassName
{
background-color: #614B0C;
}
</style>
border-color css
<style>
span { border-color: #614B0C; }
span { border-color: rgb(97,75,12); }
td.TdClassName
{
border-color: #614B0C;
}
.TagClassName
{
border-color: #614B0C;
}
</style>