Shades of Congo Brown #645652
Tints of Congo Brown #645652
RGB
CMYK
RGB Variations
Color information
#645652 (or 0x645652) is known color: Congo Brown. HEX triplet: 64, 56 and 52. RGB value is (100,86,82). Sum of RGB (Red+Green+Blue) = 100+86+82=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #645652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645652 is #9BA9AD. Grayscale: #595959. Windows color (decimal): -10201518 or 5396068. OLE color: 5396068.
HSL color Cylindrical-coordinate representation of color #645652: hue angle of 13.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #645652 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 82 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.61 |
| HSL | 13.33º | 0.1% | 0.36% | - |
| HSV(B) | 13.33º | 0.18% | 0.39% | - |
| XYZ | 10.11 | 9.97 | 9.38 | - |
| YUV | 89.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 82 | 0 | 0.14 | 0.18 | 0.61 | 13.33 | 0.1 | 0.36 |
| Hex | 64 | 56 | 52 | 0 | E | 12 | 3D | D | A | 24 |
| Octal | 144 | 126 | 122 | 0 | 16 | 22 | 75 | 15 | 12 | 44 |
| Binary | 1100100 | 1010110 | 1010010 | 0 | 1110 | 10010 | 111101 | 1101 | 1010 | 100100 |
Color Harmonies of #645652
Complementary color
Monochromatic Colors of #645652
Black with #645652
Text Example
Text Example
White with #645652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645652; }
p { color: rgb(100,86,82); }
H1.HeaderClassName
{
color: #645652;
}
.AnyTagClassName
{
color: #645652;
}
</style>
background-color css
<style>
a { background-color: #645652; }
a { background-color: rgb(100,86,82); }
div.DivClassName
{
background-color: #645652;
}
.BgClassName
{
background-color: #645652;
}
</style>
border-color css
<style>
span { border-color: #645652; }
span { border-color: rgb(100,86,82); }
td.TdClassName
{
border-color: #645652;
}
.TagClassName
{
border-color: #645652;
}
</style>