Shades of Congo Brown #60504B
Tints of Congo Brown #60504B
RGB
CMYK
RGB Variations
Color information
#60504B (or 0x60504B) is known color: Congo Brown. HEX triplet: 60, 50 and 4B. RGB value is (96,80,75). Sum of RGB (Red+Green+Blue) = 96+80+75=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #60504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60504B is #9FAFB4. Grayscale: #545454. Windows color (decimal): -10465205 or 4935776. OLE color: 4935776.
HSL color Cylindrical-coordinate representation of color #60504B: hue angle of 14.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60504B is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 75 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.62 |
| HSL | 14.29º | 0.12% | 0.34% | - |
| HSV(B) | 14.29º | 0.22% | 0.38% | - |
| XYZ | 8.96 | 8.73 | 7.87 | - |
| YUV | 84.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 75 | 0 | 0.17 | 0.22 | 0.62 | 14.29 | 0.12 | 0.34 |
| Hex | 60 | 50 | 4B | 0 | 11 | 16 | 3E | E | C | 22 |
| Octal | 140 | 120 | 113 | 0 | 21 | 26 | 76 | 16 | 14 | 42 |
| Binary | 1100000 | 1010000 | 1001011 | 0 | 10001 | 10110 | 111110 | 1110 | 1100 | 100010 |
Color Harmonies of #60504B
Complementary color
Monochromatic Colors of #60504B
Black with #60504B
Text Example
Text Example
White with #60504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60504B; }
p { color: rgb(96,80,75); }
H1.HeaderClassName
{
color: #60504B;
}
.AnyTagClassName
{
color: #60504B;
}
</style>
background-color css
<style>
a { background-color: #60504B; }
a { background-color: rgb(96,80,75); }
div.DivClassName
{
background-color: #60504B;
}
.BgClassName
{
background-color: #60504B;
}
</style>
border-color css
<style>
span { border-color: #60504B; }
span { border-color: rgb(96,80,75); }
td.TdClassName
{
border-color: #60504B;
}
.TagClassName
{
border-color: #60504B;
}
</style>