Shades of Raw Umber #613F0C
Tints of Raw Umber #613F0C
RGB
CMYK
RGB Variations
Color information
#613F0C (or 0x613F0C) is known color: Raw Umber. HEX triplet: 61, 3F and 0C. RGB value is (97,63,12). Sum of RGB (Red+Green+Blue) = 97+63+12=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #613F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F0C is #9EC0F3. Grayscale: #434343. Windows color (decimal): -10404084 or 802657. OLE color: 802657.
HSL color Cylindrical-coordinate representation of color #613F0C: hue angle of 36º 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 #613F0C is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 12 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.62 |
| HSL | 36º | 0.78% | 0.21% | - |
| HSV(B) | 36º | 0.88% | 0.38% | - |
| XYZ | 6.77 | 6.12 | 1.17 | - |
| YUV | 67.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 12 | 0 | 0.35 | 0.88 | 0.62 | 36 | 0.78 | 0.21 |
| Hex | 61 | 3F | C | 0 | 23 | 58 | 3E | 24 | 4E | 15 |
| Octal | 141 | 77 | 14 | 0 | 43 | 130 | 76 | 44 | 116 | 25 |
| Binary | 1100001 | 111111 | 1100 | 0 | 100011 | 1011000 | 111110 | 100100 | 1001110 | 10101 |
Color Harmonies of #613F0C
Complementary color
Monochromatic Colors of #613F0C
Black with #613F0C
Text Example
Text Example
White with #613F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F0C; }
p { color: rgb(97,63,12); }
H1.HeaderClassName
{
color: #613F0C;
}
.AnyTagClassName
{
color: #613F0C;
}
</style>
background-color css
<style>
a { background-color: #613F0C; }
a { background-color: rgb(97,63,12); }
div.DivClassName
{
background-color: #613F0C;
}
.BgClassName
{
background-color: #613F0C;
}
</style>
border-color css
<style>
span { border-color: #613F0C; }
span { border-color: rgb(97,63,12); }
td.TdClassName
{
border-color: #613F0C;
}
.TagClassName
{
border-color: #613F0C;
}
</style>