Shades of Congo Brown #66524B
Tints of Congo Brown #66524B
RGB
CMYK
RGB Variations
Color information
#66524B (or 0x66524B) is known color: Congo Brown. HEX triplet: 66, 52 and 4B. RGB value is (102,82,75). Sum of RGB (Red+Green+Blue) = 102+82+75=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66524B is #99ADB4. Grayscale: #575757. Windows color (decimal): -10071477 or 4936294. OLE color: 4936294.
HSL color Cylindrical-coordinate representation of color #66524B: hue angle of 15.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66524B is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 75 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.6 |
| HSL | 15.56º | 0.15% | 0.35% | - |
| HSV(B) | 15.56º | 0.26% | 0.4% | - |
| XYZ | 9.77 | 9.37 | 7.95 | - |
| YUV | 87.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 75 | 0 | 0.20 | 0.26 | 0.6 | 15.56 | 0.15 | 0.35 |
| Hex | 66 | 52 | 4B | 0 | 14 | 1A | 3C | 10 | F | 23 |
| Octal | 146 | 122 | 113 | 0 | 24 | 32 | 74 | 20 | 17 | 43 |
| Binary | 1100110 | 1010010 | 1001011 | 0 | 10100 | 11010 | 111100 | 10000 | 1111 | 100011 |
Color Harmonies of #66524B
Complementary color
Monochromatic Colors of #66524B
Black with #66524B
Text Example
Text Example
White with #66524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66524B; }
p { color: rgb(102,82,75); }
H1.HeaderClassName
{
color: #66524B;
}
.AnyTagClassName
{
color: #66524B;
}
</style>
background-color css
<style>
a { background-color: #66524B; }
a { background-color: rgb(102,82,75); }
div.DivClassName
{
background-color: #66524B;
}
.BgClassName
{
background-color: #66524B;
}
</style>
border-color css
<style>
span { border-color: #66524B; }
span { border-color: rgb(102,82,75); }
td.TdClassName
{
border-color: #66524B;
}
.TagClassName
{
border-color: #66524B;
}
</style>