Shades of Dark Brown #61441D
Tints of Dark Brown #61441D
RGB
CMYK
RGB Variations
Color information
#61441D (or 0x61441D) is known color: Dark Brown. HEX triplet: 61, 44 and 1D. RGB value is (97,68,29). Sum of RGB (Red+Green+Blue) = 97+68+29=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61441D is #9EBBE2. Grayscale: #484848. Windows color (decimal): -10402787 or 1918049. OLE color: 1918049.
HSL color Cylindrical-coordinate representation of color #61441D: hue angle of 34.41º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61441D is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 29 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.62 |
| HSL | 34.41º | 0.54% | 0.25% | - |
| HSV(B) | 34.41º | 0.7% | 0.38% | - |
| XYZ | 7.22 | 6.76 | 2.09 | - |
| YUV | 72.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 29 | 0 | 0.30 | 0.70 | 0.62 | 34.41 | 0.54 | 0.25 |
| Hex | 61 | 44 | 1D | 0 | 1E | 46 | 3E | 22 | 36 | 19 |
| Octal | 141 | 104 | 35 | 0 | 36 | 106 | 76 | 42 | 66 | 31 |
| Binary | 1100001 | 1000100 | 11101 | 0 | 11110 | 1000110 | 111110 | 100010 | 110110 | 11001 |
Color Harmonies of #61441D
Complementary color
Monochromatic Colors of #61441D
Black with #61441D
Text Example
Text Example
White with #61441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61441D; }
p { color: rgb(97,68,29); }
H1.HeaderClassName
{
color: #61441D;
}
.AnyTagClassName
{
color: #61441D;
}
</style>
background-color css
<style>
a { background-color: #61441D; }
a { background-color: rgb(97,68,29); }
div.DivClassName
{
background-color: #61441D;
}
.BgClassName
{
background-color: #61441D;
}
</style>
border-color css
<style>
span { border-color: #61441D; }
span { border-color: rgb(97,68,29); }
td.TdClassName
{
border-color: #61441D;
}
.TagClassName
{
border-color: #61441D;
}
</style>