Shades of Dark Brown #613F0E
Tints of Dark Brown #613F0E
RGB
CMYK
RGB Variations
Color information
#613F0E (or 0x613F0E) is known color: Dark Brown. HEX triplet: 61, 3F and 0E. RGB value is (97,63,14). Sum of RGB (Red+Green+Blue) = 97+63+14=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F0E is #9EC0F1. Grayscale: #434343. Windows color (decimal): -10404082 or 933729. OLE color: 933729.
HSL color Cylindrical-coordinate representation of color #613F0E: hue angle of 35.42º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #613F0E is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 14 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.62 |
| HSL | 35.42º | 0.75% | 0.22% | - |
| HSV(B) | 35.42º | 0.86% | 0.38% | - |
| XYZ | 6.79 | 6.13 | 1.24 | - |
| YUV | 67.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 14 | 0 | 0.35 | 0.86 | 0.62 | 35.42 | 0.75 | 0.22 |
| Hex | 61 | 3F | E | 0 | 23 | 56 | 3E | 23 | 4B | 16 |
| Octal | 141 | 77 | 16 | 0 | 43 | 126 | 76 | 43 | 113 | 26 |
| Binary | 1100001 | 111111 | 1110 | 0 | 100011 | 1010110 | 111110 | 100011 | 1001011 | 10110 |
Color Harmonies of #613F0E
Complementary color
Monochromatic Colors of #613F0E
Black with #613F0E
Text Example
Text Example
White with #613F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F0E; }
p { color: rgb(97,63,14); }
H1.HeaderClassName
{
color: #613F0E;
}
.AnyTagClassName
{
color: #613F0E;
}
</style>
background-color css
<style>
a { background-color: #613F0E; }
a { background-color: rgb(97,63,14); }
div.DivClassName
{
background-color: #613F0E;
}
.BgClassName
{
background-color: #613F0E;
}
</style>
border-color css
<style>
span { border-color: #613F0E; }
span { border-color: rgb(97,63,14); }
td.TdClassName
{
border-color: #613F0E;
}
.TagClassName
{
border-color: #613F0E;
}
</style>