Shades of Congo Brown #62514E
Tints of Congo Brown #62514E
RGB
CMYK
RGB Variations
Color information
#62514E (or 0x62514E) is known color: Congo Brown. HEX triplet: 62, 51 and 4E. RGB value is (98,81,78). Sum of RGB (Red+Green+Blue) = 98+81+78=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62514E is #9DAEB1. Grayscale: #555555. Windows color (decimal): -10333874 or 5132642. OLE color: 5132642.
HSL color Cylindrical-coordinate representation of color #62514E: hue angle of 9º 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 #62514E is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 78 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.62 |
| HSL | 9º | 0.11% | 0.35% | - |
| HSV(B) | 9º | 0.2% | 0.38% | - |
| XYZ | 9.35 | 9.03 | 8.46 | - |
| YUV | 85.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 78 | 0 | 0.17 | 0.20 | 0.62 | 9 | 0.11 | 0.35 |
| Hex | 62 | 51 | 4E | 0 | 11 | 14 | 3E | 9 | B | 23 |
| Octal | 142 | 121 | 116 | 0 | 21 | 24 | 76 | 11 | 13 | 43 |
| Binary | 1100010 | 1010001 | 1001110 | 0 | 10001 | 10100 | 111110 | 1001 | 1011 | 100011 |
Color Harmonies of #62514E
Complementary color
Monochromatic Colors of #62514E
Black with #62514E
Text Example
Text Example
White with #62514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62514E; }
p { color: rgb(98,81,78); }
H1.HeaderClassName
{
color: #62514E;
}
.AnyTagClassName
{
color: #62514E;
}
</style>
background-color css
<style>
a { background-color: #62514E; }
a { background-color: rgb(98,81,78); }
div.DivClassName
{
background-color: #62514E;
}
.BgClassName
{
background-color: #62514E;
}
</style>
border-color css
<style>
span { border-color: #62514E; }
span { border-color: rgb(98,81,78); }
td.TdClassName
{
border-color: #62514E;
}
.TagClassName
{
border-color: #62514E;
}
</style>