Shades of Congo Brown #62534E
Tints of Congo Brown #62534E
RGB
CMYK
RGB Variations
Color information
#62534E (or 0x62534E) is known color: Congo Brown. HEX triplet: 62, 53 and 4E. RGB value is (98,83,78). Sum of RGB (Red+Green+Blue) = 98+83+78=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62534E is #9DACB1. Grayscale: #565656. Windows color (decimal): -10333362 or 5133154. OLE color: 5133154.
HSL color Cylindrical-coordinate representation of color #62534E: hue angle of 15º 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 #62534E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 78 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.62 |
| HSL | 15º | 0.11% | 0.35% | - |
| HSV(B) | 15º | 0.2% | 0.38% | - |
| XYZ | 9.51 | 9.33 | 8.51 | - |
| YUV | 86.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 78 | 0 | 0.15 | 0.20 | 0.62 | 15 | 0.11 | 0.35 |
| Hex | 62 | 53 | 4E | 0 | F | 14 | 3E | F | B | 23 |
| Octal | 142 | 123 | 116 | 0 | 17 | 24 | 76 | 17 | 13 | 43 |
| Binary | 1100010 | 1010011 | 1001110 | 0 | 1111 | 10100 | 111110 | 1111 | 1011 | 100011 |
Color Harmonies of #62534E
Complementary color
Monochromatic Colors of #62534E
Black with #62534E
Text Example
Text Example
White with #62534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62534E; }
p { color: rgb(98,83,78); }
H1.HeaderClassName
{
color: #62534E;
}
.AnyTagClassName
{
color: #62534E;
}
</style>
background-color css
<style>
a { background-color: #62534E; }
a { background-color: rgb(98,83,78); }
div.DivClassName
{
background-color: #62534E;
}
.BgClassName
{
background-color: #62534E;
}
</style>
border-color css
<style>
span { border-color: #62534E; }
span { border-color: rgb(98,83,78); }
td.TdClassName
{
border-color: #62534E;
}
.TagClassName
{
border-color: #62534E;
}
</style>