Shades of Congo Brown #66514C
Tints of Congo Brown #66514C
RGB
CMYK
RGB Variations
Color information
#66514C (or 0x66514C) is known color: Congo Brown. HEX triplet: 66, 51 and 4C. RGB value is (102,81,76). Sum of RGB (Red+Green+Blue) = 102+81+76=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66514C is #99AEB3. Grayscale: #565656. Windows color (decimal): -10071732 or 5001574. OLE color: 5001574.
HSL color Cylindrical-coordinate representation of color #66514C: hue angle of 11.54º 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 #66514C is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 76 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.6 |
| HSL | 11.54º | 0.15% | 0.35% | - |
| HSV(B) | 11.54º | 0.25% | 0.4% | - |
| XYZ | 9.73 | 9.23 | 8.11 | - |
| YUV | 86.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 76 | 0 | 0.21 | 0.25 | 0.6 | 11.54 | 0.15 | 0.35 |
| Hex | 66 | 51 | 4C | 0 | 15 | 19 | 3C | C | F | 23 |
| Octal | 146 | 121 | 114 | 0 | 25 | 31 | 74 | 14 | 17 | 43 |
| Binary | 1100110 | 1010001 | 1001100 | 0 | 10101 | 11001 | 111100 | 1100 | 1111 | 100011 |
Color Harmonies of #66514C
Complementary color
Monochromatic Colors of #66514C
Black with #66514C
Text Example
Text Example
White with #66514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66514C; }
p { color: rgb(102,81,76); }
H1.HeaderClassName
{
color: #66514C;
}
.AnyTagClassName
{
color: #66514C;
}
</style>
background-color css
<style>
a { background-color: #66514C; }
a { background-color: rgb(102,81,76); }
div.DivClassName
{
background-color: #66514C;
}
.BgClassName
{
background-color: #66514C;
}
</style>
border-color css
<style>
span { border-color: #66514C; }
span { border-color: rgb(102,81,76); }
td.TdClassName
{
border-color: #66514C;
}
.TagClassName
{
border-color: #66514C;
}
</style>