Shades of Raw Umber #613E02
Tints of Raw Umber #613E02
RGB
CMYK
RGB Variations
Color information
#613E02 (or 0x613E02) is known color: Raw Umber. HEX triplet: 61, 3E and 02. RGB value is (97,62,2). Sum of RGB (Red+Green+Blue) = 97+62+2=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #613E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E02 is #9EC1FD. Grayscale: #414141. Windows color (decimal): -10404350 or 147041. OLE color: 147041.
HSL color Cylindrical-coordinate representation of color #613E02: hue angle of 37.89º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #613E02 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 2 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.62 |
| HSL | 37.89º | 0.96% | 0.19% | - |
| HSV(B) | 37.89º | 0.98% | 0.38% | - |
| XYZ | 6.66 | 5.99 | 0.86 | - |
| YUV | 65.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 2 | 0 | 0.36 | 0.98 | 0.62 | 37.89 | 0.96 | 0.19 |
| Hex | 61 | 3E | 2 | 0 | 24 | 62 | 3E | 26 | 60 | 13 |
| Octal | 141 | 76 | 2 | 0 | 44 | 142 | 76 | 46 | 140 | 23 |
| Binary | 1100001 | 111110 | 10 | 0 | 100100 | 1100010 | 111110 | 100110 | 1100000 | 10011 |
Color Harmonies of #613E02
Complementary color
Monochromatic Colors of #613E02
Black with #613E02
Text Example
Text Example
White with #613E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E02; }
p { color: rgb(97,62,2); }
H1.HeaderClassName
{
color: #613E02;
}
.AnyTagClassName
{
color: #613E02;
}
</style>
background-color css
<style>
a { background-color: #613E02; }
a { background-color: rgb(97,62,2); }
div.DivClassName
{
background-color: #613E02;
}
.BgClassName
{
background-color: #613E02;
}
</style>
border-color css
<style>
span { border-color: #613E02; }
span { border-color: rgb(97,62,2); }
td.TdClassName
{
border-color: #613E02;
}
.TagClassName
{
border-color: #613E02;
}
</style>