Shades of Congo Brown #66504C
Tints of Congo Brown #66504C
RGB
CMYK
RGB Variations
Color information
#66504C (or 0x66504C) is known color: Congo Brown. HEX triplet: 66, 50 and 4C. RGB value is (102,80,76). Sum of RGB (Red+Green+Blue) = 102+80+76=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #66504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66504C is #99AFB3. Grayscale: #565656. Windows color (decimal): -10071988 or 5001318. OLE color: 5001318.
HSL color Cylindrical-coordinate representation of color #66504C: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66504C is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 76 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.6 |
| HSL | 9.23º | 0.15% | 0.35% | - |
| HSV(B) | 9.23º | 0.25% | 0.4% | - |
| XYZ | 9.65 | 9.08 | 8.08 | - |
| YUV | 86.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 76 | 0 | 0.22 | 0.25 | 0.6 | 9.23 | 0.15 | 0.35 |
| Hex | 66 | 50 | 4C | 0 | 16 | 19 | 3C | 9 | F | 23 |
| Octal | 146 | 120 | 114 | 0 | 26 | 31 | 74 | 11 | 17 | 43 |
| Binary | 1100110 | 1010000 | 1001100 | 0 | 10110 | 11001 | 111100 | 1001 | 1111 | 100011 |
Color Harmonies of #66504C
Complementary color
Monochromatic Colors of #66504C
Black with #66504C
Text Example
Text Example
White with #66504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66504C; }
p { color: rgb(102,80,76); }
H1.HeaderClassName
{
color: #66504C;
}
.AnyTagClassName
{
color: #66504C;
}
</style>
background-color css
<style>
a { background-color: #66504C; }
a { background-color: rgb(102,80,76); }
div.DivClassName
{
background-color: #66504C;
}
.BgClassName
{
background-color: #66504C;
}
</style>
border-color css
<style>
span { border-color: #66504C; }
span { border-color: rgb(102,80,76); }
td.TdClassName
{
border-color: #66504C;
}
.TagClassName
{
border-color: #66504C;
}
</style>