Shades of Congo Brown #61524E
Tints of Congo Brown #61524E
RGB
CMYK
RGB Variations
Color information
#61524E (or 0x61524E) is known color: Congo Brown. HEX triplet: 61, 52 and 4E. RGB value is (97,82,78). Sum of RGB (Red+Green+Blue) = 97+82+78=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61524E is #9EADB1. Grayscale: #565656. Windows color (decimal): -10399154 or 5132897. OLE color: 5132897.
HSL color Cylindrical-coordinate representation of color #61524E: hue angle of 12.63º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61524E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 78 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.62 |
| HSL | 12.63º | 0.11% | 0.34% | - |
| HSV(B) | 12.63º | 0.2% | 0.38% | - |
| XYZ | 9.32 | 9.13 | 8.48 | - |
| YUV | 86.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 78 | 0 | 0.15 | 0.20 | 0.62 | 12.63 | 0.11 | 0.34 |
| Hex | 61 | 52 | 4E | 0 | F | 14 | 3E | D | B | 22 |
| Octal | 141 | 122 | 116 | 0 | 17 | 24 | 76 | 15 | 13 | 42 |
| Binary | 1100001 | 1010010 | 1001110 | 0 | 1111 | 10100 | 111110 | 1101 | 1011 | 100010 |
Color Harmonies of #61524E
Complementary color
Monochromatic Colors of #61524E
Black with #61524E
Text Example
Text Example
White with #61524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61524E; }
p { color: rgb(97,82,78); }
H1.HeaderClassName
{
color: #61524E;
}
.AnyTagClassName
{
color: #61524E;
}
</style>
background-color css
<style>
a { background-color: #61524E; }
a { background-color: rgb(97,82,78); }
div.DivClassName
{
background-color: #61524E;
}
.BgClassName
{
background-color: #61524E;
}
</style>
border-color css
<style>
span { border-color: #61524E; }
span { border-color: rgb(97,82,78); }
td.TdClassName
{
border-color: #61524E;
}
.TagClassName
{
border-color: #61524E;
}
</style>