Shades of Congo Brown #66423F
Tints of Congo Brown #66423F
RGB
CMYK
RGB Variations
Color information
#66423F (or 0x66423F) is known color: Congo Brown. HEX triplet: 66, 42 and 3F. RGB value is (102,66,63). Sum of RGB (Red+Green+Blue) = 102+66+63=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66423F is #99BDC0. Grayscale: #4C4C4C. Windows color (decimal): -10075585 or 4145766. OLE color: 4145766.
HSL color Cylindrical-coordinate representation of color #66423F: hue angle of 4.62º 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 #66423F is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 63 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.6 |
| HSL | 4.62º | 0.24% | 0.32% | - |
| HSV(B) | 4.62º | 0.38% | 0.4% | - |
| XYZ | 8.32 | 7.08 | 5.63 | - |
| YUV | 76.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 63 | 0 | 0.35 | 0.38 | 0.6 | 4.62 | 0.24 | 0.32 |
| Hex | 66 | 42 | 3F | 0 | 23 | 26 | 3C | 5 | 18 | 20 |
| Octal | 146 | 102 | 77 | 0 | 43 | 46 | 74 | 5 | 30 | 40 |
| Binary | 1100110 | 1000010 | 111111 | 0 | 100011 | 100110 | 111100 | 101 | 11000 | 100000 |
Color Harmonies of #66423F
Complementary color
Monochromatic Colors of #66423F
Black with #66423F
Text Example
Text Example
White with #66423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66423F; }
p { color: rgb(102,66,63); }
H1.HeaderClassName
{
color: #66423F;
}
.AnyTagClassName
{
color: #66423F;
}
</style>
background-color css
<style>
a { background-color: #66423F; }
a { background-color: rgb(102,66,63); }
div.DivClassName
{
background-color: #66423F;
}
.BgClassName
{
background-color: #66423F;
}
</style>
border-color css
<style>
span { border-color: #66423F; }
span { border-color: rgb(102,66,63); }
td.TdClassName
{
border-color: #66423F;
}
.TagClassName
{
border-color: #66423F;
}
</style>