Shades of Raw Umber #613D02
Tints of Raw Umber #613D02
RGB
CMYK
RGB Variations
Color information
#613D02 (or 0x613D02) is known color: Raw Umber. HEX triplet: 61, 3D and 02. RGB value is (97,61,2). Sum of RGB (Red+Green+Blue) = 97+61+2=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #613D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D02 is #9EC2FD. Grayscale: #414141. Windows color (decimal): -10404606 or 146785. OLE color: 146785.
HSL color Cylindrical-coordinate representation of color #613D02: hue angle of 37.26º 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 #613D02 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.62 |
| HSL | 37.26º | 0.96% | 0.19% | - |
| HSV(B) | 37.26º | 0.98% | 0.38% | - |
| XYZ | 6.61 | 5.88 | 0.84 | - |
| YUV | 65.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 2 | 0 | 0.37 | 0.98 | 0.62 | 37.26 | 0.96 | 0.19 |
| Hex | 61 | 3D | 2 | 0 | 25 | 62 | 3E | 25 | 60 | 13 |
| Octal | 141 | 75 | 2 | 0 | 45 | 142 | 76 | 45 | 140 | 23 |
| Binary | 1100001 | 111101 | 10 | 0 | 100101 | 1100010 | 111110 | 100101 | 1100000 | 10011 |
Color Harmonies of #613D02
Complementary color
Monochromatic Colors of #613D02
Black with #613D02
Text Example
Text Example
White with #613D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D02; }
p { color: rgb(97,61,2); }
H1.HeaderClassName
{
color: #613D02;
}
.AnyTagClassName
{
color: #613D02;
}
</style>
background-color css
<style>
a { background-color: #613D02; }
a { background-color: rgb(97,61,2); }
div.DivClassName
{
background-color: #613D02;
}
.BgClassName
{
background-color: #613D02;
}
</style>
border-color css
<style>
span { border-color: #613D02; }
span { border-color: rgb(97,61,2); }
td.TdClassName
{
border-color: #613D02;
}
.TagClassName
{
border-color: #613D02;
}
</style>