Shades of Congo Brown #624C48
Tints of Congo Brown #624C48
RGB
CMYK
RGB Variations
Color information
#624C48 (or 0x624C48) is known color: Congo Brown. HEX triplet: 62, 4C and 48. RGB value is (98,76,72). Sum of RGB (Red+Green+Blue) = 98+76+72=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #624C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C48 is #9DB3B7. Grayscale: #525252. Windows color (decimal): -10335160 or 4738146. OLE color: 4738146.
HSL color Cylindrical-coordinate representation of color #624C48: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #624C48 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 72 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.62 |
| HSL | 9.23º | 0.15% | 0.33% | - |
| HSV(B) | 9.23º | 0.27% | 0.38% | - |
| XYZ | 8.79 | 8.23 | 7.26 | - |
| YUV | 82.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 72 | 0 | 0.22 | 0.27 | 0.62 | 9.23 | 0.15 | 0.33 |
| Hex | 62 | 4C | 48 | 0 | 16 | 1B | 3E | 9 | F | 21 |
| Octal | 142 | 114 | 110 | 0 | 26 | 33 | 76 | 11 | 17 | 41 |
| Binary | 1100010 | 1001100 | 1001000 | 0 | 10110 | 11011 | 111110 | 1001 | 1111 | 100001 |
Color Harmonies of #624C48
Complementary color
Monochromatic Colors of #624C48
Black with #624C48
Text Example
Text Example
White with #624C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C48; }
p { color: rgb(98,76,72); }
H1.HeaderClassName
{
color: #624C48;
}
.AnyTagClassName
{
color: #624C48;
}
</style>
background-color css
<style>
a { background-color: #624C48; }
a { background-color: rgb(98,76,72); }
div.DivClassName
{
background-color: #624C48;
}
.BgClassName
{
background-color: #624C48;
}
</style>
border-color css
<style>
span { border-color: #624C48; }
span { border-color: rgb(98,76,72); }
td.TdClassName
{
border-color: #624C48;
}
.TagClassName
{
border-color: #624C48;
}
</style>