Shades of Congo Brown #64504A
Tints of Congo Brown #64504A
RGB
CMYK
RGB Variations
Color information
#64504A (or 0x64504A) is known color: Congo Brown. HEX triplet: 64, 50 and 4A. RGB value is (100,80,74). Sum of RGB (Red+Green+Blue) = 100+80+74=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #64504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64504A is #9BAFB5. Grayscale: #555555. Windows color (decimal): -10203062 or 4870244. OLE color: 4870244.
HSL color Cylindrical-coordinate representation of color #64504A: hue angle of 13.85º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64504A is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 74 | - |
| CMYK | 0 | 0.2 | 0.26 | 0.61 |
| HSL | 13.85º | 0.15% | 0.34% | - |
| HSV(B) | 13.85º | 0.26% | 0.39% | - |
| XYZ | 9.36 | 8.94 | 7.71 | - |
| YUV | 85.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 74 | 0 | 0.2 | 0.26 | 0.61 | 13.85 | 0.15 | 0.34 |
| Hex | 64 | 50 | 4A | 0 | 14 | 1A | 3D | E | F | 22 |
| Octal | 144 | 120 | 112 | 0 | 24 | 32 | 75 | 16 | 17 | 42 |
| Binary | 1100100 | 1010000 | 1001010 | 0 | 10100 | 11010 | 111101 | 1110 | 1111 | 100010 |
Color Harmonies of #64504A
Complementary color
Monochromatic Colors of #64504A
Black with #64504A
Text Example
Text Example
White with #64504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64504A; }
p { color: rgb(100,80,74); }
H1.HeaderClassName
{
color: #64504A;
}
.AnyTagClassName
{
color: #64504A;
}
</style>
background-color css
<style>
a { background-color: #64504A; }
a { background-color: rgb(100,80,74); }
div.DivClassName
{
background-color: #64504A;
}
.BgClassName
{
background-color: #64504A;
}
</style>
border-color css
<style>
span { border-color: #64504A; }
span { border-color: rgb(100,80,74); }
td.TdClassName
{
border-color: #64504A;
}
.TagClassName
{
border-color: #64504A;
}
</style>