Shades of Congo Brown #64453F
Tints of Congo Brown #64453F
RGB
CMYK
RGB Variations
Color information
#64453F (or 0x64453F) is known color: Congo Brown. HEX triplet: 64, 45 and 3F. RGB value is (100,69,63). Sum of RGB (Red+Green+Blue) = 100+69+63=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64453F is #9BBAC0. Grayscale: #4D4D4D. Windows color (decimal): -10205889 or 4146532. OLE color: 4146532.
HSL color Cylindrical-coordinate representation of color #64453F: hue angle of 9.73º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64453F is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 63 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.61 |
| HSL | 9.73º | 0.23% | 0.32% | - |
| HSV(B) | 9.73º | 0.37% | 0.39% | - |
| XYZ | 8.28 | 7.32 | 5.68 | - |
| YUV | 77.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 63 | 0 | 0.31 | 0.37 | 0.61 | 9.73 | 0.23 | 0.32 |
| Hex | 64 | 45 | 3F | 0 | 1F | 25 | 3D | A | 17 | 20 |
| Octal | 144 | 105 | 77 | 0 | 37 | 45 | 75 | 12 | 27 | 40 |
| Binary | 1100100 | 1000101 | 111111 | 0 | 11111 | 100101 | 111101 | 1010 | 10111 | 100000 |
Color Harmonies of #64453F
Complementary color
Monochromatic Colors of #64453F
Black with #64453F
Text Example
Text Example
White with #64453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64453F; }
p { color: rgb(100,69,63); }
H1.HeaderClassName
{
color: #64453F;
}
.AnyTagClassName
{
color: #64453F;
}
</style>
background-color css
<style>
a { background-color: #64453F; }
a { background-color: rgb(100,69,63); }
div.DivClassName
{
background-color: #64453F;
}
.BgClassName
{
background-color: #64453F;
}
</style>
border-color css
<style>
span { border-color: #64453F; }
span { border-color: rgb(100,69,63); }
td.TdClassName
{
border-color: #64453F;
}
.TagClassName
{
border-color: #64453F;
}
</style>