Shades of Congo Brown #66443F
Tints of Congo Brown #66443F
RGB
CMYK
RGB Variations
Color information
#66443F (or 0x66443F) is known color: Congo Brown. HEX triplet: 66, 44 and 3F. RGB value is (102,68,63). Sum of RGB (Red+Green+Blue) = 102+68+63=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66443F is #99BBC0. Grayscale: #4D4D4D. Windows color (decimal): -10075073 or 4146278. OLE color: 4146278.
HSL color Cylindrical-coordinate representation of color #66443F: hue angle of 7.69º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66443F is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 63 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.6 |
| HSL | 7.69º | 0.24% | 0.32% | - |
| HSV(B) | 7.69º | 0.38% | 0.4% | - |
| XYZ | 8.44 | 7.32 | 5.67 | - |
| YUV | 77.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 63 | 0 | 0.33 | 0.38 | 0.6 | 7.69 | 0.24 | 0.32 |
| Hex | 66 | 44 | 3F | 0 | 21 | 26 | 3C | 8 | 18 | 20 |
| Octal | 146 | 104 | 77 | 0 | 41 | 46 | 74 | 10 | 30 | 40 |
| Binary | 1100110 | 1000100 | 111111 | 0 | 100001 | 100110 | 111100 | 1000 | 11000 | 100000 |
Color Harmonies of #66443F
Complementary color
Monochromatic Colors of #66443F
Black with #66443F
Text Example
Text Example
White with #66443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66443F; }
p { color: rgb(102,68,63); }
H1.HeaderClassName
{
color: #66443F;
}
.AnyTagClassName
{
color: #66443F;
}
</style>
background-color css
<style>
a { background-color: #66443F; }
a { background-color: rgb(102,68,63); }
div.DivClassName
{
background-color: #66443F;
}
.BgClassName
{
background-color: #66443F;
}
</style>
border-color css
<style>
span { border-color: #66443F; }
span { border-color: rgb(102,68,63); }
td.TdClassName
{
border-color: #66443F;
}
.TagClassName
{
border-color: #66443F;
}
</style>