Shades of Congo Brown #66534F
Tints of Congo Brown #66534F
RGB
CMYK
RGB Variations
Color information
#66534F (or 0x66534F) is known color: Congo Brown. HEX triplet: 66, 53 and 4F. RGB value is (102,83,79). Sum of RGB (Red+Green+Blue) = 102+83+79=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #66534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66534F is #99ACB0. Grayscale: #585858. Windows color (decimal): -10071217 or 5198694. OLE color: 5198694.
HSL color Cylindrical-coordinate representation of color #66534F: hue angle of 10.43º 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 #66534F is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 79 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.6 |
| HSL | 10.43º | 0.13% | 0.35% | - |
| HSV(B) | 10.43º | 0.23% | 0.4% | - |
| XYZ | 9.98 | 9.58 | 8.72 | - |
| YUV | 88.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 79 | 0 | 0.19 | 0.23 | 0.6 | 10.43 | 0.13 | 0.35 |
| Hex | 66 | 53 | 4F | 0 | 13 | 17 | 3C | A | D | 23 |
| Octal | 146 | 123 | 117 | 0 | 23 | 27 | 74 | 12 | 15 | 43 |
| Binary | 1100110 | 1010011 | 1001111 | 0 | 10011 | 10111 | 111100 | 1010 | 1101 | 100011 |
Color Harmonies of #66534F
Complementary color
Monochromatic Colors of #66534F
Black with #66534F
Text Example
Text Example
White with #66534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66534F; }
p { color: rgb(102,83,79); }
H1.HeaderClassName
{
color: #66534F;
}
.AnyTagClassName
{
color: #66534F;
}
</style>
background-color css
<style>
a { background-color: #66534F; }
a { background-color: rgb(102,83,79); }
div.DivClassName
{
background-color: #66534F;
}
.BgClassName
{
background-color: #66534F;
}
</style>
border-color css
<style>
span { border-color: #66534F; }
span { border-color: rgb(102,83,79); }
td.TdClassName
{
border-color: #66534F;
}
.TagClassName
{
border-color: #66534F;
}
</style>