Shades of Dark Brown #613F12
Tints of Dark Brown #613F12
RGB
CMYK
RGB Variations
Color information
#613F12 (or 0x613F12) is known color: Dark Brown. HEX triplet: 61, 3F and 12. RGB value is (97,63,18). Sum of RGB (Red+Green+Blue) = 97+63+18=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #613F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F12 is #9EC0ED. Grayscale: #444444. Windows color (decimal): -10404078 or 1195873. OLE color: 1195873.
HSL color Cylindrical-coordinate representation of color #613F12: hue angle of 34.18º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #613F12 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 18 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.62 |
| HSL | 34.18º | 0.69% | 0.23% | - |
| HSV(B) | 34.18º | 0.81% | 0.38% | - |
| XYZ | 6.82 | 6.14 | 1.4 | - |
| YUV | 68.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 18 | 0 | 0.35 | 0.81 | 0.62 | 34.18 | 0.69 | 0.23 |
| Hex | 61 | 3F | 12 | 0 | 23 | 51 | 3E | 22 | 45 | 17 |
| Octal | 141 | 77 | 22 | 0 | 43 | 121 | 76 | 42 | 105 | 27 |
| Binary | 1100001 | 111111 | 10010 | 0 | 100011 | 1010001 | 111110 | 100010 | 1000101 | 10111 |
Color Harmonies of #613F12
Complementary color
Monochromatic Colors of #613F12
Black with #613F12
Text Example
Text Example
White with #613F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F12; }
p { color: rgb(97,63,18); }
H1.HeaderClassName
{
color: #613F12;
}
.AnyTagClassName
{
color: #613F12;
}
</style>
background-color css
<style>
a { background-color: #613F12; }
a { background-color: rgb(97,63,18); }
div.DivClassName
{
background-color: #613F12;
}
.BgClassName
{
background-color: #613F12;
}
</style>
border-color css
<style>
span { border-color: #613F12; }
span { border-color: rgb(97,63,18); }
td.TdClassName
{
border-color: #613F12;
}
.TagClassName
{
border-color: #613F12;
}
</style>