Shades of Very Dark Brown #61423A
Tints of Very Dark Brown #61423A
RGB
CMYK
RGB Variations
Color information
#61423A (or 0x61423A) is known color: Very Dark Brown. HEX triplet: 61, 42 and 3A. RGB value is (97,66,58). Sum of RGB (Red+Green+Blue) = 97+66+58=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #61423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61423A is #9EBDC5. Grayscale: #4A4A4A. Windows color (decimal): -10403270 or 3818081. OLE color: 3818081.
HSL color Cylindrical-coordinate representation of color #61423A: hue angle of 12.31º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61423A is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 66 | 58 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.62 |
| HSL | 12.31º | 0.25% | 0.3% | - |
| HSV(B) | 12.31º | 0.4% | 0.38% | - |
| XYZ | 7.64 | 6.74 | 4.9 | - |
| YUV | 74.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 58 | 0 | 0.32 | 0.40 | 0.62 | 12.31 | 0.25 | 0.3 |
| Hex | 61 | 42 | 3A | 0 | 20 | 28 | 3E | C | 19 | 1E |
| Octal | 141 | 102 | 72 | 0 | 40 | 50 | 76 | 14 | 31 | 36 |
| Binary | 1100001 | 1000010 | 111010 | 0 | 100000 | 101000 | 111110 | 1100 | 11001 | 11110 |
Color Harmonies of #61423A
Complementary color
Monochromatic Colors of #61423A
Black with #61423A
Text Example
Text Example
White with #61423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61423A; }
p { color: rgb(97,66,58); }
H1.HeaderClassName
{
color: #61423A;
}
.AnyTagClassName
{
color: #61423A;
}
</style>
background-color css
<style>
a { background-color: #61423A; }
a { background-color: rgb(97,66,58); }
div.DivClassName
{
background-color: #61423A;
}
.BgClassName
{
background-color: #61423A;
}
</style>
border-color css
<style>
span { border-color: #61423A; }
span { border-color: rgb(97,66,58); }
td.TdClassName
{
border-color: #61423A;
}
.TagClassName
{
border-color: #61423A;
}
</style>