Shades of Congo Brown #62524F
Tints of Congo Brown #62524F
RGB
CMYK
RGB Variations
Color information
#62524F (or 0x62524F) is known color: Congo Brown. HEX triplet: 62, 52 and 4F. RGB value is (98,82,79). Sum of RGB (Red+Green+Blue) = 98+82+79=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62524F is #9DADB0. Grayscale: #565656. Windows color (decimal): -10333617 or 5198434. OLE color: 5198434.
HSL color Cylindrical-coordinate representation of color #62524F: hue angle of 9.47º 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 #62524F is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 79 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.62 |
| HSL | 9.47º | 0.11% | 0.35% | - |
| HSV(B) | 9.47º | 0.19% | 0.38% | - |
| XYZ | 9.47 | 9.2 | 8.67 | - |
| YUV | 86.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 79 | 0 | 0.16 | 0.19 | 0.62 | 9.47 | 0.11 | 0.35 |
| Hex | 62 | 52 | 4F | 0 | 10 | 13 | 3E | 9 | B | 23 |
| Octal | 142 | 122 | 117 | 0 | 20 | 23 | 76 | 11 | 13 | 43 |
| Binary | 1100010 | 1010010 | 1001111 | 0 | 10000 | 10011 | 111110 | 1001 | 1011 | 100011 |
Color Harmonies of #62524F
Complementary color
Monochromatic Colors of #62524F
Black with #62524F
Text Example
Text Example
White with #62524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62524F; }
p { color: rgb(98,82,79); }
H1.HeaderClassName
{
color: #62524F;
}
.AnyTagClassName
{
color: #62524F;
}
</style>
background-color css
<style>
a { background-color: #62524F; }
a { background-color: rgb(98,82,79); }
div.DivClassName
{
background-color: #62524F;
}
.BgClassName
{
background-color: #62524F;
}
</style>
border-color css
<style>
span { border-color: #62524F; }
span { border-color: rgb(98,82,79); }
td.TdClassName
{
border-color: #62524F;
}
.TagClassName
{
border-color: #62524F;
}
</style>