Shades of Dark Brown #613F17
Tints of Dark Brown #613F17
RGB
CMYK
RGB Variations
Color information
#613F17 (or 0x613F17) is known color: Dark Brown. HEX triplet: 61, 3F and 17. RGB value is (97,63,23). Sum of RGB (Red+Green+Blue) = 97+63+23=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #613F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F17 is #9EC0E8. Grayscale: #444444. Windows color (decimal): -10404073 or 1523553. OLE color: 1523553.
HSL color Cylindrical-coordinate representation of color #613F17: hue angle of 32.43º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #613F17 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 23 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.62 |
| HSL | 32.43º | 0.62% | 0.24% | - |
| HSV(B) | 32.43º | 0.76% | 0.38% | - |
| XYZ | 6.86 | 6.16 | 1.64 | - |
| YUV | 68.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 23 | 0 | 0.35 | 0.76 | 0.62 | 32.43 | 0.62 | 0.24 |
| Hex | 61 | 3F | 17 | 0 | 23 | 4C | 3E | 20 | 3E | 18 |
| Octal | 141 | 77 | 27 | 0 | 43 | 114 | 76 | 40 | 76 | 30 |
| Binary | 1100001 | 111111 | 10111 | 0 | 100011 | 1001100 | 111110 | 100000 | 111110 | 11000 |
Color Harmonies of #613F17
Complementary color
Monochromatic Colors of #613F17
Black with #613F17
Text Example
Text Example
White with #613F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F17; }
p { color: rgb(97,63,23); }
H1.HeaderClassName
{
color: #613F17;
}
.AnyTagClassName
{
color: #613F17;
}
</style>
background-color css
<style>
a { background-color: #613F17; }
a { background-color: rgb(97,63,23); }
div.DivClassName
{
background-color: #613F17;
}
.BgClassName
{
background-color: #613F17;
}
</style>
border-color css
<style>
span { border-color: #613F17; }
span { border-color: rgb(97,63,23); }
td.TdClassName
{
border-color: #613F17;
}
.TagClassName
{
border-color: #613F17;
}
</style>