Shades of Congo Brown #664D45
Tints of Congo Brown #664D45
RGB
CMYK
RGB Variations
Color information
#664D45 (or 0x664D45) is known color: Congo Brown. HEX triplet: 66, 4D and 45. RGB value is (102,77,69). Sum of RGB (Red+Green+Blue) = 102+77+69=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #664D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D45 is #99B2BA. Grayscale: #535353. Windows color (decimal): -10072763 or 4541798. OLE color: 4541798.
HSL color Cylindrical-coordinate representation of color #664D45: hue angle of 14.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664D45 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 69 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.6 |
| HSL | 14.55º | 0.19% | 0.34% | - |
| HSV(B) | 14.55º | 0.32% | 0.4% | - |
| XYZ | 9.21 | 8.56 | 6.8 | - |
| YUV | 83.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 69 | 0 | 0.25 | 0.32 | 0.6 | 14.55 | 0.19 | 0.34 |
| Hex | 66 | 4D | 45 | 0 | 19 | 20 | 3C | F | 13 | 22 |
| Octal | 146 | 115 | 105 | 0 | 31 | 40 | 74 | 17 | 23 | 42 |
| Binary | 1100110 | 1001101 | 1000101 | 0 | 11001 | 100000 | 111100 | 1111 | 10011 | 100010 |
Color Harmonies of #664D45
Complementary color
Monochromatic Colors of #664D45
Black with #664D45
Text Example
Text Example
White with #664D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D45; }
p { color: rgb(102,77,69); }
H1.HeaderClassName
{
color: #664D45;
}
.AnyTagClassName
{
color: #664D45;
}
</style>
background-color css
<style>
a { background-color: #664D45; }
a { background-color: rgb(102,77,69); }
div.DivClassName
{
background-color: #664D45;
}
.BgClassName
{
background-color: #664D45;
}
</style>
border-color css
<style>
span { border-color: #664D45; }
span { border-color: rgb(102,77,69); }
td.TdClassName
{
border-color: #664D45;
}
.TagClassName
{
border-color: #664D45;
}
</style>