Shades of Dark Brown #61471F
Tints of Dark Brown #61471F
RGB
CMYK
RGB Variations
Color information
#61471F (or 0x61471F) is known color: Dark Brown. HEX triplet: 61, 47 and 1F. RGB value is (97,71,31). Sum of RGB (Red+Green+Blue) = 97+71+31=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #61471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61471F is #9EB8E0. Grayscale: #4A4A4A. Windows color (decimal): -10402017 or 2049889. OLE color: 2049889.
HSL color Cylindrical-coordinate representation of color #61471F: hue angle of 36.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61471F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 71 | 31 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.62 |
| HSL | 36.36º | 0.52% | 0.25% | - |
| HSV(B) | 36.36º | 0.68% | 0.38% | - |
| XYZ | 7.43 | 7.15 | 2.28 | - |
| YUV | 74.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 31 | 0 | 0.27 | 0.68 | 0.62 | 36.36 | 0.52 | 0.25 |
| Hex | 61 | 47 | 1F | 0 | 1B | 44 | 3E | 24 | 34 | 19 |
| Octal | 141 | 107 | 37 | 0 | 33 | 104 | 76 | 44 | 64 | 31 |
| Binary | 1100001 | 1000111 | 11111 | 0 | 11011 | 1000100 | 111110 | 100100 | 110100 | 11001 |
Color Harmonies of #61471F
Complementary color
Monochromatic Colors of #61471F
Black with #61471F
Text Example
Text Example
White with #61471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61471F; }
p { color: rgb(97,71,31); }
H1.HeaderClassName
{
color: #61471F;
}
.AnyTagClassName
{
color: #61471F;
}
</style>
background-color css
<style>
a { background-color: #61471F; }
a { background-color: rgb(97,71,31); }
div.DivClassName
{
background-color: #61471F;
}
.BgClassName
{
background-color: #61471F;
}
</style>
border-color css
<style>
span { border-color: #61471F; }
span { border-color: rgb(97,71,31); }
td.TdClassName
{
border-color: #61471F;
}
.TagClassName
{
border-color: #61471F;
}
</style>