Shades of Dark Brown #61400F
Tints of Dark Brown #61400F
RGB
CMYK
RGB Variations
Color information
#61400F (or 0x61400F) is known color: Dark Brown. HEX triplet: 61, 40 and 0F. RGB value is (97,64,15). Sum of RGB (Red+Green+Blue) = 97+64+15=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61400F is #9EBFF0. Grayscale: #444444. Windows color (decimal): -10403825 or 999521. OLE color: 999521.
HSL color Cylindrical-coordinate representation of color #61400F: hue angle of 35.85º 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 #61400F is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 64 | 15 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.62 |
| HSL | 35.85º | 0.73% | 0.22% | - |
| HSV(B) | 35.85º | 0.85% | 0.38% | - |
| XYZ | 6.85 | 6.24 | 1.3 | - |
| YUV | 68.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 15 | 0 | 0.34 | 0.85 | 0.62 | 35.85 | 0.73 | 0.22 |
| Hex | 61 | 40 | F | 0 | 22 | 55 | 3E | 24 | 49 | 16 |
| Octal | 141 | 100 | 17 | 0 | 42 | 125 | 76 | 44 | 111 | 26 |
| Binary | 1100001 | 1000000 | 1111 | 0 | 100010 | 1010101 | 111110 | 100100 | 1001001 | 10110 |
Color Harmonies of #61400F
Complementary color
Monochromatic Colors of #61400F
Black with #61400F
Text Example
Text Example
White with #61400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61400F; }
p { color: rgb(97,64,15); }
H1.HeaderClassName
{
color: #61400F;
}
.AnyTagClassName
{
color: #61400F;
}
</style>
background-color css
<style>
a { background-color: #61400F; }
a { background-color: rgb(97,64,15); }
div.DivClassName
{
background-color: #61400F;
}
.BgClassName
{
background-color: #61400F;
}
</style>
border-color css
<style>
span { border-color: #61400F; }
span { border-color: rgb(97,64,15); }
td.TdClassName
{
border-color: #61400F;
}
.TagClassName
{
border-color: #61400F;
}
</style>