Shades of Raw Umber #613D06
Tints of Raw Umber #613D06
RGB
CMYK
RGB Variations
Color information
#613D06 (or 0x613D06) is known color: Raw Umber. HEX triplet: 61, 3D and 06. RGB value is (97,61,6). Sum of RGB (Red+Green+Blue) = 97+61+6=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #613D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D06 is #9EC2F9. Grayscale: #414141. Windows color (decimal): -10404602 or 408929. OLE color: 408929.
HSL color Cylindrical-coordinate representation of color #613D06: hue angle of 36.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #613D06 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 6 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.62 |
| HSL | 36.26º | 0.88% | 0.2% | - |
| HSV(B) | 36.26º | 0.94% | 0.38% | - |
| XYZ | 6.63 | 5.89 | 0.96 | - |
| YUV | 65.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 6 | 0 | 0.37 | 0.94 | 0.62 | 36.26 | 0.88 | 0.2 |
| Hex | 61 | 3D | 6 | 0 | 25 | 5E | 3E | 24 | 58 | 14 |
| Octal | 141 | 75 | 6 | 0 | 45 | 136 | 76 | 44 | 130 | 24 |
| Binary | 1100001 | 111101 | 110 | 0 | 100101 | 1011110 | 111110 | 100100 | 1011000 | 10100 |
Color Harmonies of #613D06
Complementary color
Monochromatic Colors of #613D06
Black with #613D06
Text Example
Text Example
White with #613D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D06; }
p { color: rgb(97,61,6); }
H1.HeaderClassName
{
color: #613D06;
}
.AnyTagClassName
{
color: #613D06;
}
</style>
background-color css
<style>
a { background-color: #613D06; }
a { background-color: rgb(97,61,6); }
div.DivClassName
{
background-color: #613D06;
}
.BgClassName
{
background-color: #613D06;
}
</style>
border-color css
<style>
span { border-color: #613D06; }
span { border-color: rgb(97,61,6); }
td.TdClassName
{
border-color: #613D06;
}
.TagClassName
{
border-color: #613D06;
}
</style>