Shades of Dark Brown #613F0F
Tints of Dark Brown #613F0F
RGB
CMYK
RGB Variations
Color information
#613F0F (or 0x613F0F) is known color: Dark Brown. HEX triplet: 61, 3F and 0F. RGB value is (97,63,15). Sum of RGB (Red+Green+Blue) = 97+63+15=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F0F is #9EC0F0. Grayscale: #434343. Windows color (decimal): -10404081 or 999265. OLE color: 999265.
HSL color Cylindrical-coordinate representation of color #613F0F: hue angle of 35.12º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #613F0F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 15 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.62 |
| HSL | 35.12º | 0.73% | 0.22% | - |
| HSV(B) | 35.12º | 0.85% | 0.38% | - |
| XYZ | 6.79 | 6.13 | 1.28 | - |
| YUV | 67.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 15 | 0 | 0.35 | 0.85 | 0.62 | 35.12 | 0.73 | 0.22 |
| Hex | 61 | 3F | F | 0 | 23 | 55 | 3E | 23 | 49 | 16 |
| Octal | 141 | 77 | 17 | 0 | 43 | 125 | 76 | 43 | 111 | 26 |
| Binary | 1100001 | 111111 | 1111 | 0 | 100011 | 1010101 | 111110 | 100011 | 1001001 | 10110 |
Color Harmonies of #613F0F
Complementary color
Monochromatic Colors of #613F0F
Black with #613F0F
Text Example
Text Example
White with #613F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F0F; }
p { color: rgb(97,63,15); }
H1.HeaderClassName
{
color: #613F0F;
}
.AnyTagClassName
{
color: #613F0F;
}
</style>
background-color css
<style>
a { background-color: #613F0F; }
a { background-color: rgb(97,63,15); }
div.DivClassName
{
background-color: #613F0F;
}
.BgClassName
{
background-color: #613F0F;
}
</style>
border-color css
<style>
span { border-color: #613F0F; }
span { border-color: rgb(97,63,15); }
td.TdClassName
{
border-color: #613F0F;
}
.TagClassName
{
border-color: #613F0F;
}
</style>