Shades of Congo Brown #66534E
Tints of Congo Brown #66534E
RGB
CMYK
RGB Variations
Color information
#66534E (or 0x66534E) is known color: Congo Brown. HEX triplet: 66, 53 and 4E. RGB value is (102,83,78). Sum of RGB (Red+Green+Blue) = 102+83+78=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66534E is #99ACB1. Grayscale: #585858. Windows color (decimal): -10071218 or 5133158. OLE color: 5133158.
HSL color Cylindrical-coordinate representation of color #66534E: hue angle of 12.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66534E is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 78 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.6 |
| HSL | 12.5º | 0.13% | 0.35% | - |
| HSV(B) | 12.5º | 0.24% | 0.4% | - |
| XYZ | 9.95 | 9.56 | 8.53 | - |
| YUV | 88.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 78 | 0 | 0.19 | 0.24 | 0.6 | 12.5 | 0.13 | 0.35 |
| Hex | 66 | 53 | 4E | 0 | 13 | 18 | 3C | C | D | 23 |
| Octal | 146 | 123 | 116 | 0 | 23 | 30 | 74 | 14 | 15 | 43 |
| Binary | 1100110 | 1010011 | 1001110 | 0 | 10011 | 11000 | 111100 | 1100 | 1101 | 100011 |
Color Harmonies of #66534E
Complementary color
Monochromatic Colors of #66534E
Black with #66534E
Text Example
Text Example
White with #66534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66534E; }
p { color: rgb(102,83,78); }
H1.HeaderClassName
{
color: #66534E;
}
.AnyTagClassName
{
color: #66534E;
}
</style>
background-color css
<style>
a { background-color: #66534E; }
a { background-color: rgb(102,83,78); }
div.DivClassName
{
background-color: #66534E;
}
.BgClassName
{
background-color: #66534E;
}
</style>
border-color css
<style>
span { border-color: #66534E; }
span { border-color: rgb(102,83,78); }
td.TdClassName
{
border-color: #66534E;
}
.TagClassName
{
border-color: #66534E;
}
</style>