Shades of Congo Brown #64463E
Tints of Congo Brown #64463E
RGB
CMYK
RGB Variations
Color information
#64463E (or 0x64463E) is known color: Congo Brown. HEX triplet: 64, 46 and 3E. RGB value is (100,70,62). Sum of RGB (Red+Green+Blue) = 100+70+62=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64463E is #9BB9C1. Grayscale: #4E4E4E. Windows color (decimal): -10205634 or 4081252. OLE color: 4081252.
HSL color Cylindrical-coordinate representation of color #64463E: hue angle of 12.63º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64463E is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 62 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.61 |
| HSL | 12.63º | 0.23% | 0.32% | - |
| HSV(B) | 12.63º | 0.38% | 0.39% | - |
| XYZ | 8.32 | 7.44 | 5.55 | - |
| YUV | 78.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 62 | 0 | 0.30 | 0.38 | 0.61 | 12.63 | 0.23 | 0.32 |
| Hex | 64 | 46 | 3E | 0 | 1E | 26 | 3D | D | 17 | 20 |
| Octal | 144 | 106 | 76 | 0 | 36 | 46 | 75 | 15 | 27 | 40 |
| Binary | 1100100 | 1000110 | 111110 | 0 | 11110 | 100110 | 111101 | 1101 | 10111 | 100000 |
Color Harmonies of #64463E
Complementary color
Monochromatic Colors of #64463E
Black with #64463E
Text Example
Text Example
White with #64463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64463E; }
p { color: rgb(100,70,62); }
H1.HeaderClassName
{
color: #64463E;
}
.AnyTagClassName
{
color: #64463E;
}
</style>
background-color css
<style>
a { background-color: #64463E; }
a { background-color: rgb(100,70,62); }
div.DivClassName
{
background-color: #64463E;
}
.BgClassName
{
background-color: #64463E;
}
</style>
border-color css
<style>
span { border-color: #64463E; }
span { border-color: rgb(100,70,62); }
td.TdClassName
{
border-color: #64463E;
}
.TagClassName
{
border-color: #64463E;
}
</style>