Shades of Congo Brown #664C46
Tints of Congo Brown #664C46
RGB
CMYK
RGB Variations
Color information
#664C46 (or 0x664C46) is known color: Congo Brown. HEX triplet: 66, 4C and 46. RGB value is (102,76,70). Sum of RGB (Red+Green+Blue) = 102+76+70=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #664C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C46 is #99B3B9. Grayscale: #535353. Windows color (decimal): -10073018 or 4607078. OLE color: 4607078.
HSL color Cylindrical-coordinate representation of color #664C46: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664C46 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 76 | 70 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.6 |
| HSL | 11.25º | 0.19% | 0.34% | - |
| HSV(B) | 11.25º | 0.31% | 0.4% | - |
| XYZ | 9.17 | 8.44 | 6.94 | - |
| YUV | 83.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 70 | 0 | 0.25 | 0.31 | 0.6 | 11.25 | 0.19 | 0.34 |
| Hex | 66 | 4C | 46 | 0 | 19 | 1F | 3C | B | 13 | 22 |
| Octal | 146 | 114 | 106 | 0 | 31 | 37 | 74 | 13 | 23 | 42 |
| Binary | 1100110 | 1001100 | 1000110 | 0 | 11001 | 11111 | 111100 | 1011 | 10011 | 100010 |
Color Harmonies of #664C46
Complementary color
Monochromatic Colors of #664C46
Black with #664C46
Text Example
Text Example
White with #664C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C46; }
p { color: rgb(102,76,70); }
H1.HeaderClassName
{
color: #664C46;
}
.AnyTagClassName
{
color: #664C46;
}
</style>
background-color css
<style>
a { background-color: #664C46; }
a { background-color: rgb(102,76,70); }
div.DivClassName
{
background-color: #664C46;
}
.BgClassName
{
background-color: #664C46;
}
</style>
border-color css
<style>
span { border-color: #664C46; }
span { border-color: rgb(102,76,70); }
td.TdClassName
{
border-color: #664C46;
}
.TagClassName
{
border-color: #664C46;
}
</style>