Shades of Congo Brown #664A48
Tints of Congo Brown #664A48
RGB
CMYK
RGB Variations
Color information
#664A48 (or 0x664A48) is known color: Congo Brown. HEX triplet: 66, 4A and 48. RGB value is (102,74,72). Sum of RGB (Red+Green+Blue) = 102+74+72=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #664A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A48 is #99B5B7. Grayscale: #525252. Windows color (decimal): -10073528 or 4737638. OLE color: 4737638.
HSL color Cylindrical-coordinate representation of color #664A48: hue angle of 4º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #664A48 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 72 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.6 |
| HSL | 4º | 0.17% | 0.34% | - |
| HSV(B) | 4º | 0.29% | 0.4% | - |
| XYZ | 9.1 | 8.19 | 7.23 | - |
| YUV | 82.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 72 | 0 | 0.27 | 0.29 | 0.6 | 4 | 0.17 | 0.34 |
| Hex | 66 | 4A | 48 | 0 | 1B | 1D | 3C | 4 | 11 | 22 |
| Octal | 146 | 112 | 110 | 0 | 33 | 35 | 74 | 4 | 21 | 42 |
| Binary | 1100110 | 1001010 | 1001000 | 0 | 11011 | 11101 | 111100 | 100 | 10001 | 100010 |
Color Harmonies of #664A48
Complementary color
Monochromatic Colors of #664A48
Black with #664A48
Text Example
Text Example
White with #664A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A48; }
p { color: rgb(102,74,72); }
H1.HeaderClassName
{
color: #664A48;
}
.AnyTagClassName
{
color: #664A48;
}
</style>
background-color css
<style>
a { background-color: #664A48; }
a { background-color: rgb(102,74,72); }
div.DivClassName
{
background-color: #664A48;
}
.BgClassName
{
background-color: #664A48;
}
</style>
border-color css
<style>
span { border-color: #664A48; }
span { border-color: rgb(102,74,72); }
td.TdClassName
{
border-color: #664A48;
}
.TagClassName
{
border-color: #664A48;
}
</style>