Shades of Raw Umber #613E04
Tints of Raw Umber #613E04
RGB
CMYK
RGB Variations
Color information
#613E04 (or 0x613E04) is known color: Raw Umber. HEX triplet: 61, 3E and 04. RGB value is (97,62,4). Sum of RGB (Red+Green+Blue) = 97+62+4=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #613E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E04 is #9EC1FB. Grayscale: #424242. Windows color (decimal): -10404348 or 278113. OLE color: 278113.
HSL color Cylindrical-coordinate representation of color #613E04: hue angle of 37.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #613E04 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 4 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.62 |
| HSL | 37.42º | 0.92% | 0.2% | - |
| HSV(B) | 37.42º | 0.96% | 0.38% | - |
| XYZ | 6.67 | 6 | 0.92 | - |
| YUV | 65.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 4 | 0 | 0.36 | 0.96 | 0.62 | 37.42 | 0.92 | 0.2 |
| Hex | 61 | 3E | 4 | 0 | 24 | 60 | 3E | 25 | 5C | 14 |
| Octal | 141 | 76 | 4 | 0 | 44 | 140 | 76 | 45 | 134 | 24 |
| Binary | 1100001 | 111110 | 100 | 0 | 100100 | 1100000 | 111110 | 100101 | 1011100 | 10100 |
Color Harmonies of #613E04
Complementary color
Monochromatic Colors of #613E04
Black with #613E04
Text Example
Text Example
White with #613E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E04; }
p { color: rgb(97,62,4); }
H1.HeaderClassName
{
color: #613E04;
}
.AnyTagClassName
{
color: #613E04;
}
</style>
background-color css
<style>
a { background-color: #613E04; }
a { background-color: rgb(97,62,4); }
div.DivClassName
{
background-color: #613E04;
}
.BgClassName
{
background-color: #613E04;
}
</style>
border-color css
<style>
span { border-color: #613E04; }
span { border-color: rgb(97,62,4); }
td.TdClassName
{
border-color: #613E04;
}
.TagClassName
{
border-color: #613E04;
}
</style>