Shades of Congo Brown #66504A
Tints of Congo Brown #66504A
RGB
CMYK
RGB Variations
Color information
#66504A (or 0x66504A) is known color: Congo Brown. HEX triplet: 66, 50 and 4A. RGB value is (102,80,74). Sum of RGB (Red+Green+Blue) = 102+80+74=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #66504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66504A is #99AFB5. Grayscale: #555555. Windows color (decimal): -10071990 or 4870246. OLE color: 4870246.
HSL color Cylindrical-coordinate representation of color #66504A: hue angle of 12.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66504A is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 74 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.6 |
| HSL | 12.86º | 0.16% | 0.35% | - |
| HSV(B) | 12.86º | 0.27% | 0.4% | - |
| XYZ | 9.58 | 9.06 | 7.72 | - |
| YUV | 85.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 74 | 0 | 0.22 | 0.27 | 0.6 | 12.86 | 0.16 | 0.35 |
| Hex | 66 | 50 | 4A | 0 | 16 | 1B | 3C | D | 10 | 23 |
| Octal | 146 | 120 | 112 | 0 | 26 | 33 | 74 | 15 | 20 | 43 |
| Binary | 1100110 | 1010000 | 1001010 | 0 | 10110 | 11011 | 111100 | 1101 | 10000 | 100011 |
Color Harmonies of #66504A
Complementary color
Monochromatic Colors of #66504A
Black with #66504A
Text Example
Text Example
White with #66504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66504A; }
p { color: rgb(102,80,74); }
H1.HeaderClassName
{
color: #66504A;
}
.AnyTagClassName
{
color: #66504A;
}
</style>
background-color css
<style>
a { background-color: #66504A; }
a { background-color: rgb(102,80,74); }
div.DivClassName
{
background-color: #66504A;
}
.BgClassName
{
background-color: #66504A;
}
</style>
border-color css
<style>
span { border-color: #66504A; }
span { border-color: rgb(102,80,74); }
td.TdClassName
{
border-color: #66504A;
}
.TagClassName
{
border-color: #66504A;
}
</style>