Shades of Congo Brown #60524F
Tints of Congo Brown #60524F
RGB
CMYK
RGB Variations
Color information
#60524F (or 0x60524F) is known color: Congo Brown. HEX triplet: 60, 52 and 4F. RGB value is (96,82,79). Sum of RGB (Red+Green+Blue) = 96+82+79=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60524F is #9FADB0. Grayscale: #555555. Windows color (decimal): -10464689 or 5198432. OLE color: 5198432.
HSL color Cylindrical-coordinate representation of color #60524F: hue angle of 10.59º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60524F is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 79 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.62 |
| HSL | 10.59º | 0.1% | 0.34% | - |
| HSV(B) | 10.59º | 0.18% | 0.38% | - |
| XYZ | 9.25 | 9.09 | 8.66 | - |
| YUV | 85.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 79 | 0 | 0.15 | 0.18 | 0.62 | 10.59 | 0.1 | 0.34 |
| Hex | 60 | 52 | 4F | 0 | F | 12 | 3E | B | A | 22 |
| Octal | 140 | 122 | 117 | 0 | 17 | 22 | 76 | 13 | 12 | 42 |
| Binary | 1100000 | 1010010 | 1001111 | 0 | 1111 | 10010 | 111110 | 1011 | 1010 | 100010 |
Color Harmonies of #60524F
Complementary color
Monochromatic Colors of #60524F
Black with #60524F
Text Example
Text Example
White with #60524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60524F; }
p { color: rgb(96,82,79); }
H1.HeaderClassName
{
color: #60524F;
}
.AnyTagClassName
{
color: #60524F;
}
</style>
background-color css
<style>
a { background-color: #60524F; }
a { background-color: rgb(96,82,79); }
div.DivClassName
{
background-color: #60524F;
}
.BgClassName
{
background-color: #60524F;
}
</style>
border-color css
<style>
span { border-color: #60524F; }
span { border-color: rgb(96,82,79); }
td.TdClassName
{
border-color: #60524F;
}
.TagClassName
{
border-color: #60524F;
}
</style>