Shades of Congo Brown #624F4A
Tints of Congo Brown #624F4A
RGB
CMYK
RGB Variations
Color information
#624F4A (or 0x624F4A) is known color: Congo Brown. HEX triplet: 62, 4F and 4A. RGB value is (98,79,74). Sum of RGB (Red+Green+Blue) = 98+79+74=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 98 - color contains mainly: red. Hex color #624F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F4A is #9DB0B5. Grayscale: #545454. Windows color (decimal): -10334390 or 4869986. OLE color: 4869986.
HSL color Cylindrical-coordinate representation of color #624F4A: hue angle of 12.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #624F4A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 74 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.62 |
| HSL | 12.5º | 0.14% | 0.34% | - |
| HSV(B) | 12.5º | 0.24% | 0.38% | - |
| XYZ | 9.07 | 8.68 | 7.68 | - |
| YUV | 84.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 74 | 0 | 0.19 | 0.24 | 0.62 | 12.5 | 0.14 | 0.34 |
| Hex | 62 | 4F | 4A | 0 | 13 | 18 | 3E | C | E | 22 |
| Octal | 142 | 117 | 112 | 0 | 23 | 30 | 76 | 14 | 16 | 42 |
| Binary | 1100010 | 1001111 | 1001010 | 0 | 10011 | 11000 | 111110 | 1100 | 1110 | 100010 |
Color Harmonies of #624F4A
Complementary color
Monochromatic Colors of #624F4A
Black with #624F4A
Text Example
Text Example
White with #624F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F4A; }
p { color: rgb(98,79,74); }
H1.HeaderClassName
{
color: #624F4A;
}
.AnyTagClassName
{
color: #624F4A;
}
</style>
background-color css
<style>
a { background-color: #624F4A; }
a { background-color: rgb(98,79,74); }
div.DivClassName
{
background-color: #624F4A;
}
.BgClassName
{
background-color: #624F4A;
}
</style>
border-color css
<style>
span { border-color: #624F4A; }
span { border-color: rgb(98,79,74); }
td.TdClassName
{
border-color: #624F4A;
}
.TagClassName
{
border-color: #624F4A;
}
</style>