Shades of Raw Umber #613F0B
Tints of Raw Umber #613F0B
RGB
CMYK
RGB Variations
Color information
#613F0B (or 0x613F0B) is known color: Raw Umber. HEX triplet: 61, 3F and 0B. RGB value is (97,63,11). Sum of RGB (Red+Green+Blue) = 97+63+11=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F0B is #9EC0F4. Grayscale: #434343. Windows color (decimal): -10404085 or 737121. OLE color: 737121.
HSL color Cylindrical-coordinate representation of color #613F0B: hue angle of 36.28º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #613F0B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 11 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.62 |
| HSL | 36.28º | 0.8% | 0.21% | - |
| HSV(B) | 36.28º | 0.89% | 0.38% | - |
| XYZ | 6.77 | 6.12 | 1.14 | - |
| YUV | 67.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 11 | 0 | 0.35 | 0.89 | 0.62 | 36.28 | 0.8 | 0.21 |
| Hex | 61 | 3F | B | 0 | 23 | 59 | 3E | 24 | 50 | 15 |
| Octal | 141 | 77 | 13 | 0 | 43 | 131 | 76 | 44 | 120 | 25 |
| Binary | 1100001 | 111111 | 1011 | 0 | 100011 | 1011001 | 111110 | 100100 | 1010000 | 10101 |
Color Harmonies of #613F0B
Complementary color
Monochromatic Colors of #613F0B
Black with #613F0B
Text Example
Text Example
White with #613F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F0B; }
p { color: rgb(97,63,11); }
H1.HeaderClassName
{
color: #613F0B;
}
.AnyTagClassName
{
color: #613F0B;
}
</style>
background-color css
<style>
a { background-color: #613F0B; }
a { background-color: rgb(97,63,11); }
div.DivClassName
{
background-color: #613F0B;
}
.BgClassName
{
background-color: #613F0B;
}
</style>
border-color css
<style>
span { border-color: #613F0B; }
span { border-color: rgb(97,63,11); }
td.TdClassName
{
border-color: #613F0B;
}
.TagClassName
{
border-color: #613F0B;
}
</style>