Shades of Congo Brown #64504B
Tints of Congo Brown #64504B
RGB
CMYK
RGB Variations
Color information
#64504B (or 0x64504B) is known color: Congo Brown. HEX triplet: 64, 50 and 4B. RGB value is (100,80,75). Sum of RGB (Red+Green+Blue) = 100+80+75=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #64504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64504B is #9BAFB4. Grayscale: #555555. Windows color (decimal): -10203061 or 4935780. OLE color: 4935780.
HSL color Cylindrical-coordinate representation of color #64504B: hue angle of 12º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64504B is Cyan = 0, Magento = 0.2, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 75 | - |
| CMYK | 0 | 0.2 | 0.25 | 0.61 |
| HSL | 12º | 0.14% | 0.34% | - |
| HSV(B) | 12º | 0.25% | 0.39% | - |
| XYZ | 9.39 | 8.95 | 7.89 | - |
| YUV | 85.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 75 | 0 | 0.2 | 0.25 | 0.61 | 12 | 0.14 | 0.34 |
| Hex | 64 | 50 | 4B | 0 | 14 | 19 | 3D | C | E | 22 |
| Octal | 144 | 120 | 113 | 0 | 24 | 31 | 75 | 14 | 16 | 42 |
| Binary | 1100100 | 1010000 | 1001011 | 0 | 10100 | 11001 | 111101 | 1100 | 1110 | 100010 |
Color Harmonies of #64504B
Complementary color
Monochromatic Colors of #64504B
Black with #64504B
Text Example
Text Example
White with #64504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64504B; }
p { color: rgb(100,80,75); }
H1.HeaderClassName
{
color: #64504B;
}
.AnyTagClassName
{
color: #64504B;
}
</style>
background-color css
<style>
a { background-color: #64504B; }
a { background-color: rgb(100,80,75); }
div.DivClassName
{
background-color: #64504B;
}
.BgClassName
{
background-color: #64504B;
}
</style>
border-color css
<style>
span { border-color: #64504B; }
span { border-color: rgb(100,80,75); }
td.TdClassName
{
border-color: #64504B;
}
.TagClassName
{
border-color: #64504B;
}
</style>