Shades of Congo Brown #66524F
Tints of Congo Brown #66524F
RGB
CMYK
RGB Variations
Color information
#66524F (or 0x66524F) is known color: Congo Brown. HEX triplet: 66, 52 and 4F. RGB value is (102,82,79). Sum of RGB (Red+Green+Blue) = 102+82+79=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66524F is #99ADB0. Grayscale: #575757. Windows color (decimal): -10071473 or 5198438. OLE color: 5198438.
HSL color Cylindrical-coordinate representation of color #66524F: hue angle of 7.83º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66524F is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 79 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.6 |
| HSL | 7.83º | 0.13% | 0.35% | - |
| HSV(B) | 7.83º | 0.23% | 0.4% | - |
| XYZ | 9.91 | 9.42 | 8.69 | - |
| YUV | 87.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 79 | 0 | 0.20 | 0.23 | 0.6 | 7.83 | 0.13 | 0.35 |
| Hex | 66 | 52 | 4F | 0 | 14 | 17 | 3C | 8 | D | 23 |
| Octal | 146 | 122 | 117 | 0 | 24 | 27 | 74 | 10 | 15 | 43 |
| Binary | 1100110 | 1010010 | 1001111 | 0 | 10100 | 10111 | 111100 | 1000 | 1101 | 100011 |
Color Harmonies of #66524F
Complementary color
Monochromatic Colors of #66524F
Black with #66524F
Text Example
Text Example
White with #66524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66524F; }
p { color: rgb(102,82,79); }
H1.HeaderClassName
{
color: #66524F;
}
.AnyTagClassName
{
color: #66524F;
}
</style>
background-color css
<style>
a { background-color: #66524F; }
a { background-color: rgb(102,82,79); }
div.DivClassName
{
background-color: #66524F;
}
.BgClassName
{
background-color: #66524F;
}
</style>
border-color css
<style>
span { border-color: #66524F; }
span { border-color: rgb(102,82,79); }
td.TdClassName
{
border-color: #66524F;
}
.TagClassName
{
border-color: #66524F;
}
</style>