Shades of Congo Brown #60524E
Tints of Congo Brown #60524E
RGB
CMYK
RGB Variations
Color information
#60524E (or 0x60524E) is known color: Congo Brown. HEX triplet: 60, 52 and 4E. RGB value is (96,82,78). Sum of RGB (Red+Green+Blue) = 96+82+78=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60524E is #9FADB1. Grayscale: #555555. Windows color (decimal): -10464690 or 5132896. OLE color: 5132896.
HSL color Cylindrical-coordinate representation of color #60524E: hue angle of 13.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60524E is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 78 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.62 |
| HSL | 13.33º | 0.1% | 0.34% | - |
| HSV(B) | 13.33º | 0.19% | 0.38% | - |
| XYZ | 9.22 | 9.07 | 8.47 | - |
| YUV | 85.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 78 | 0 | 0.15 | 0.19 | 0.62 | 13.33 | 0.1 | 0.34 |
| Hex | 60 | 52 | 4E | 0 | F | 13 | 3E | D | A | 22 |
| Octal | 140 | 122 | 116 | 0 | 17 | 23 | 76 | 15 | 12 | 42 |
| Binary | 1100000 | 1010010 | 1001110 | 0 | 1111 | 10011 | 111110 | 1101 | 1010 | 100010 |
Color Harmonies of #60524E
Complementary color
Monochromatic Colors of #60524E
Black with #60524E
Text Example
Text Example
White with #60524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60524E; }
p { color: rgb(96,82,78); }
H1.HeaderClassName
{
color: #60524E;
}
.AnyTagClassName
{
color: #60524E;
}
</style>
background-color css
<style>
a { background-color: #60524E; }
a { background-color: rgb(96,82,78); }
div.DivClassName
{
background-color: #60524E;
}
.BgClassName
{
background-color: #60524E;
}
</style>
border-color css
<style>
span { border-color: #60524E; }
span { border-color: rgb(96,82,78); }
td.TdClassName
{
border-color: #60524E;
}
.TagClassName
{
border-color: #60524E;
}
</style>