Shades of Congo Brown #62504E
Tints of Congo Brown #62504E
RGB
CMYK
RGB Variations
Color information
#62504E (or 0x62504E) is known color: Congo Brown. HEX triplet: 62, 50 and 4E. RGB value is (98,80,78). Sum of RGB (Red+Green+Blue) = 98+80+78=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #62504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62504E is #9DAFB1. Grayscale: #555555. Windows color (decimal): -10334130 or 5132386. OLE color: 5132386.
HSL color Cylindrical-coordinate representation of color #62504E: hue angle of 6º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62504E is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 80 | 78 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.62 |
| HSL | 6º | 0.11% | 0.35% | - |
| HSV(B) | 6º | 0.2% | 0.38% | - |
| XYZ | 9.28 | 8.88 | 8.43 | - |
| YUV | 85.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 78 | 0 | 0.18 | 0.20 | 0.62 | 6 | 0.11 | 0.35 |
| Hex | 62 | 50 | 4E | 0 | 12 | 14 | 3E | 6 | B | 23 |
| Octal | 142 | 120 | 116 | 0 | 22 | 24 | 76 | 6 | 13 | 43 |
| Binary | 1100010 | 1010000 | 1001110 | 0 | 10010 | 10100 | 111110 | 110 | 1011 | 100011 |
Color Harmonies of #62504E
Complementary color
Monochromatic Colors of #62504E
Black with #62504E
Text Example
Text Example
White with #62504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62504E; }
p { color: rgb(98,80,78); }
H1.HeaderClassName
{
color: #62504E;
}
.AnyTagClassName
{
color: #62504E;
}
</style>
background-color css
<style>
a { background-color: #62504E; }
a { background-color: rgb(98,80,78); }
div.DivClassName
{
background-color: #62504E;
}
.BgClassName
{
background-color: #62504E;
}
</style>
border-color css
<style>
span { border-color: #62504E; }
span { border-color: rgb(98,80,78); }
td.TdClassName
{
border-color: #62504E;
}
.TagClassName
{
border-color: #62504E;
}
</style>