Shades of Raw Umber #613C02
Tints of Raw Umber #613C02
RGB
CMYK
RGB Variations
Color information
#613C02 (or 0x613C02) is known color: Raw Umber. HEX triplet: 61, 3C and 02. RGB value is (97,60,2). Sum of RGB (Red+Green+Blue) = 97+60+2=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #613C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C02 is #9EC3FD. Grayscale: #404040. Windows color (decimal): -10404862 or 146529. OLE color: 146529.
HSL color Cylindrical-coordinate representation of color #613C02: hue angle of 36.63º 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 #613C02 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 2 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.62 |
| HSL | 36.63º | 0.96% | 0.19% | - |
| HSV(B) | 36.63º | 0.98% | 0.38% | - |
| XYZ | 6.56 | 5.78 | 0.83 | - |
| YUV | 64.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 2 | 0 | 0.38 | 0.98 | 0.62 | 36.63 | 0.96 | 0.19 |
| Hex | 61 | 3C | 2 | 0 | 26 | 62 | 3E | 25 | 60 | 13 |
| Octal | 141 | 74 | 2 | 0 | 46 | 142 | 76 | 45 | 140 | 23 |
| Binary | 1100001 | 111100 | 10 | 0 | 100110 | 1100010 | 111110 | 100101 | 1100000 | 10011 |
Color Harmonies of #613C02
Complementary color
Monochromatic Colors of #613C02
Black with #613C02
Text Example
Text Example
White with #613C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C02; }
p { color: rgb(97,60,2); }
H1.HeaderClassName
{
color: #613C02;
}
.AnyTagClassName
{
color: #613C02;
}
</style>
background-color css
<style>
a { background-color: #613C02; }
a { background-color: rgb(97,60,2); }
div.DivClassName
{
background-color: #613C02;
}
.BgClassName
{
background-color: #613C02;
}
</style>
border-color css
<style>
span { border-color: #613C02; }
span { border-color: rgb(97,60,2); }
td.TdClassName
{
border-color: #613C02;
}
.TagClassName
{
border-color: #613C02;
}
</style>