Shades of Congo Brown #62514F
Tints of Congo Brown #62514F
RGB
CMYK
RGB Variations
Color information
#62514F (or 0x62514F) is known color: Congo Brown. HEX triplet: 62, 51 and 4F. RGB value is (98,81,79). Sum of RGB (Red+Green+Blue) = 98+81+79=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #62514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62514F is #9DAEB0. Grayscale: #555555. Windows color (decimal): -10333873 or 5198178. OLE color: 5198178.
HSL color Cylindrical-coordinate representation of color #62514F: hue angle of 6.32º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62514F is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 79 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.62 |
| HSL | 6.32º | 0.11% | 0.35% | - |
| HSV(B) | 6.32º | 0.19% | 0.38% | - |
| XYZ | 9.39 | 9.05 | 8.65 | - |
| YUV | 85.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 79 | 0 | 0.17 | 0.19 | 0.62 | 6.32 | 0.11 | 0.35 |
| Hex | 62 | 51 | 4F | 0 | 11 | 13 | 3E | 6 | B | 23 |
| Octal | 142 | 121 | 117 | 0 | 21 | 23 | 76 | 6 | 13 | 43 |
| Binary | 1100010 | 1010001 | 1001111 | 0 | 10001 | 10011 | 111110 | 110 | 1011 | 100011 |
Color Harmonies of #62514F
Complementary color
Monochromatic Colors of #62514F
Black with #62514F
Text Example
Text Example
White with #62514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62514F; }
p { color: rgb(98,81,79); }
H1.HeaderClassName
{
color: #62514F;
}
.AnyTagClassName
{
color: #62514F;
}
</style>
background-color css
<style>
a { background-color: #62514F; }
a { background-color: rgb(98,81,79); }
div.DivClassName
{
background-color: #62514F;
}
.BgClassName
{
background-color: #62514F;
}
</style>
border-color css
<style>
span { border-color: #62514F; }
span { border-color: rgb(98,81,79); }
td.TdClassName
{
border-color: #62514F;
}
.TagClassName
{
border-color: #62514F;
}
</style>