Shades of Congo Brown #62514D
Tints of Congo Brown #62514D
RGB
CMYK
RGB Variations
Color information
#62514D (or 0x62514D) is known color: Congo Brown. HEX triplet: 62, 51 and 4D. RGB value is (98,81,77). Sum of RGB (Red+Green+Blue) = 98+81+77=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #62514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62514D is #9DAEB2. Grayscale: #555555. Windows color (decimal): -10333875 or 5067106. OLE color: 5067106.
HSL color Cylindrical-coordinate representation of color #62514D: hue angle of 11.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62514D is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 77 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.62 |
| HSL | 11.43º | 0.12% | 0.34% | - |
| HSV(B) | 11.43º | 0.21% | 0.38% | - |
| XYZ | 9.32 | 9.02 | 8.27 | - |
| YUV | 85.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 77 | 0 | 0.17 | 0.21 | 0.62 | 11.43 | 0.12 | 0.34 |
| Hex | 62 | 51 | 4D | 0 | 11 | 15 | 3E | B | C | 22 |
| Octal | 142 | 121 | 115 | 0 | 21 | 25 | 76 | 13 | 14 | 42 |
| Binary | 1100010 | 1010001 | 1001101 | 0 | 10001 | 10101 | 111110 | 1011 | 1100 | 100010 |
Color Harmonies of #62514D
Complementary color
Monochromatic Colors of #62514D
Black with #62514D
Text Example
Text Example
White with #62514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62514D; }
p { color: rgb(98,81,77); }
H1.HeaderClassName
{
color: #62514D;
}
.AnyTagClassName
{
color: #62514D;
}
</style>
background-color css
<style>
a { background-color: #62514D; }
a { background-color: rgb(98,81,77); }
div.DivClassName
{
background-color: #62514D;
}
.BgClassName
{
background-color: #62514D;
}
</style>
border-color css
<style>
span { border-color: #62514D; }
span { border-color: rgb(98,81,77); }
td.TdClassName
{
border-color: #62514D;
}
.TagClassName
{
border-color: #62514D;
}
</style>