Shades of Congo Brown #645754
Tints of Congo Brown #645754
RGB
CMYK
RGB Variations
Color information
#645754 (or 0x645754) is known color: Congo Brown. HEX triplet: 64, 57 and 54. RGB value is (100,87,84). Sum of RGB (Red+Green+Blue) = 100+87+84=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 100 - color contains mainly: red. Hex color #645754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645754 is #9BA8AB. Grayscale: #5A5A5A. Windows color (decimal): -10201260 or 5527396. OLE color: 5527396.
HSL color Cylindrical-coordinate representation of color #645754: hue angle of 11.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #645754 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 87 | 84 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.61 |
| HSL | 11.25º | 0.09% | 0.36% | - |
| HSV(B) | 11.25º | 0.16% | 0.39% | - |
| XYZ | 10.26 | 10.17 | 9.81 | - |
| YUV | 90.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 84 | 0 | 0.13 | 0.16 | 0.61 | 11.25 | 0.09 | 0.36 |
| Hex | 64 | 57 | 54 | 0 | D | 10 | 3D | B | 9 | 24 |
| Octal | 144 | 127 | 124 | 0 | 15 | 20 | 75 | 13 | 11 | 44 |
| Binary | 1100100 | 1010111 | 1010100 | 0 | 1101 | 10000 | 111101 | 1011 | 1001 | 100100 |
Color Harmonies of #645754
Complementary color
Monochromatic Colors of #645754
Black with #645754
Text Example
Text Example
White with #645754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645754; }
p { color: rgb(100,87,84); }
H1.HeaderClassName
{
color: #645754;
}
.AnyTagClassName
{
color: #645754;
}
</style>
background-color css
<style>
a { background-color: #645754; }
a { background-color: rgb(100,87,84); }
div.DivClassName
{
background-color: #645754;
}
.BgClassName
{
background-color: #645754;
}
</style>
border-color css
<style>
span { border-color: #645754; }
span { border-color: rgb(100,87,84); }
td.TdClassName
{
border-color: #645754;
}
.TagClassName
{
border-color: #645754;
}
</style>