Shades of Dark Brown #61421F
Tints of Dark Brown #61421F
RGB
CMYK
RGB Variations
Color information
#61421F (or 0x61421F) is known color: Dark Brown. HEX triplet: 61, 42 and 1F. RGB value is (97,66,31). Sum of RGB (Red+Green+Blue) = 97+66+31=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61421F is #9EBDE0. Grayscale: #474747. Windows color (decimal): -10403297 or 2048609. OLE color: 2048609.
HSL color Cylindrical-coordinate representation of color #61421F: hue angle of 31.82º 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 #61421F is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 66 | 31 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.62 |
| HSL | 31.82º | 0.52% | 0.25% | - |
| HSV(B) | 31.82º | 0.68% | 0.38% | - |
| XYZ | 7.13 | 6.54 | 2.18 | - |
| YUV | 71.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 31 | 0 | 0.32 | 0.68 | 0.62 | 31.82 | 0.52 | 0.25 |
| Hex | 61 | 42 | 1F | 0 | 20 | 44 | 3E | 20 | 34 | 19 |
| Octal | 141 | 102 | 37 | 0 | 40 | 104 | 76 | 40 | 64 | 31 |
| Binary | 1100001 | 1000010 | 11111 | 0 | 100000 | 1000100 | 111110 | 100000 | 110100 | 11001 |
Color Harmonies of #61421F
Complementary color
Monochromatic Colors of #61421F
Black with #61421F
Text Example
Text Example
White with #61421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61421F; }
p { color: rgb(97,66,31); }
H1.HeaderClassName
{
color: #61421F;
}
.AnyTagClassName
{
color: #61421F;
}
</style>
background-color css
<style>
a { background-color: #61421F; }
a { background-color: rgb(97,66,31); }
div.DivClassName
{
background-color: #61421F;
}
.BgClassName
{
background-color: #61421F;
}
</style>
border-color css
<style>
span { border-color: #61421F; }
span { border-color: rgb(97,66,31); }
td.TdClassName
{
border-color: #61421F;
}
.TagClassName
{
border-color: #61421F;
}
</style>