Shades of Congo Brown #664B49
Tints of Congo Brown #664B49
RGB
CMYK
RGB Variations
Color information
#664B49 (or 0x664B49) is known color: Congo Brown. HEX triplet: 66, 4B and 49. RGB value is (102,75,73). Sum of RGB (Red+Green+Blue) = 102+75+73=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #664B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B49 is #99B4B6. Grayscale: #525252. Windows color (decimal): -10073271 or 4803430. OLE color: 4803430.
HSL color Cylindrical-coordinate representation of color #664B49: hue angle of 4.14º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #664B49 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 75 | 73 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.6 |
| HSL | 4.14º | 0.17% | 0.34% | - |
| HSV(B) | 4.14º | 0.28% | 0.4% | - |
| XYZ | 9.2 | 8.34 | 7.43 | - |
| YUV | 82.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 73 | 0 | 0.26 | 0.28 | 0.6 | 4.14 | 0.17 | 0.34 |
| Hex | 66 | 4B | 49 | 0 | 1A | 1C | 3C | 4 | 11 | 22 |
| Octal | 146 | 113 | 111 | 0 | 32 | 34 | 74 | 4 | 21 | 42 |
| Binary | 1100110 | 1001011 | 1001001 | 0 | 11010 | 11100 | 111100 | 100 | 10001 | 100010 |
Color Harmonies of #664B49
Complementary color
Monochromatic Colors of #664B49
Black with #664B49
Text Example
Text Example
White with #664B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664B49; }
p { color: rgb(102,75,73); }
H1.HeaderClassName
{
color: #664B49;
}
.AnyTagClassName
{
color: #664B49;
}
</style>
background-color css
<style>
a { background-color: #664B49; }
a { background-color: rgb(102,75,73); }
div.DivClassName
{
background-color: #664B49;
}
.BgClassName
{
background-color: #664B49;
}
</style>
border-color css
<style>
span { border-color: #664B49; }
span { border-color: rgb(102,75,73); }
td.TdClassName
{
border-color: #664B49;
}
.TagClassName
{
border-color: #664B49;
}
</style>