Shades of Congo Brown #64514E
Tints of Congo Brown #64514E
RGB
CMYK
RGB Variations
Color information
#64514E (or 0x64514E) is known color: Congo Brown. HEX triplet: 64, 51 and 4E. RGB value is (100,81,78). Sum of RGB (Red+Green+Blue) = 100+81+78=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 100 - color contains mainly: red. Hex color #64514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64514E is #9BAEB1. Grayscale: #565656. Windows color (decimal): -10202802 or 5132644. OLE color: 5132644.
HSL color Cylindrical-coordinate representation of color #64514E: hue angle of 8.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64514E is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 81 | 78 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.61 |
| HSL | 8.18º | 0.12% | 0.35% | - |
| HSV(B) | 8.18º | 0.22% | 0.39% | - |
| XYZ | 9.57 | 9.14 | 8.47 | - |
| YUV | 86.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 78 | 0 | 0.19 | 0.22 | 0.61 | 8.18 | 0.12 | 0.35 |
| Hex | 64 | 51 | 4E | 0 | 13 | 16 | 3D | 8 | C | 23 |
| Octal | 144 | 121 | 116 | 0 | 23 | 26 | 75 | 10 | 14 | 43 |
| Binary | 1100100 | 1010001 | 1001110 | 0 | 10011 | 10110 | 111101 | 1000 | 1100 | 100011 |
Color Harmonies of #64514E
Complementary color
Monochromatic Colors of #64514E
Black with #64514E
Text Example
Text Example
White with #64514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64514E; }
p { color: rgb(100,81,78); }
H1.HeaderClassName
{
color: #64514E;
}
.AnyTagClassName
{
color: #64514E;
}
</style>
background-color css
<style>
a { background-color: #64514E; }
a { background-color: rgb(100,81,78); }
div.DivClassName
{
background-color: #64514E;
}
.BgClassName
{
background-color: #64514E;
}
</style>
border-color css
<style>
span { border-color: #64514E; }
span { border-color: rgb(100,81,78); }
td.TdClassName
{
border-color: #64514E;
}
.TagClassName
{
border-color: #64514E;
}
</style>