Shades of Congo Brown #60514F
Tints of Congo Brown #60514F
RGB
CMYK
RGB Variations
Color information
#60514F (or 0x60514F) is known color: Congo Brown. HEX triplet: 60, 51 and 4F. RGB value is (96,81,79). Sum of RGB (Red+Green+Blue) = 96+81+79=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60514F is #9FAEB0. Grayscale: #555555. Windows color (decimal): -10464945 or 5198176. OLE color: 5198176.
HSL color Cylindrical-coordinate representation of color #60514F: hue angle of 7.06º 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 #60514F is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 79 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.62 |
| HSL | 7.06º | 0.1% | 0.34% | - |
| HSV(B) | 7.06º | 0.18% | 0.38% | - |
| XYZ | 9.18 | 8.94 | 8.64 | - |
| YUV | 85.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 79 | 0 | 0.16 | 0.18 | 0.62 | 7.06 | 0.1 | 0.34 |
| Hex | 60 | 51 | 4F | 0 | 10 | 12 | 3E | 7 | A | 22 |
| Octal | 140 | 121 | 117 | 0 | 20 | 22 | 76 | 7 | 12 | 42 |
| Binary | 1100000 | 1010001 | 1001111 | 0 | 10000 | 10010 | 111110 | 111 | 1010 | 100010 |
Color Harmonies of #60514F
Complementary color
Monochromatic Colors of #60514F
Black with #60514F
Text Example
Text Example
White with #60514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60514F; }
p { color: rgb(96,81,79); }
H1.HeaderClassName
{
color: #60514F;
}
.AnyTagClassName
{
color: #60514F;
}
</style>
background-color css
<style>
a { background-color: #60514F; }
a { background-color: rgb(96,81,79); }
div.DivClassName
{
background-color: #60514F;
}
.BgClassName
{
background-color: #60514F;
}
</style>
border-color css
<style>
span { border-color: #60514F; }
span { border-color: rgb(96,81,79); }
td.TdClassName
{
border-color: #60514F;
}
.TagClassName
{
border-color: #60514F;
}
</style>