Shades of Congo Brown #664A43
Tints of Congo Brown #664A43
RGB
CMYK
RGB Variations
Color information
#664A43 (or 0x664A43) is known color: Congo Brown. HEX triplet: 66, 4A and 43. RGB value is (102,74,67). Sum of RGB (Red+Green+Blue) = 102+74+67=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #664A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A43 is #99B5BC. Grayscale: #515151. Windows color (decimal): -10073533 or 4409958. OLE color: 4409958.
HSL color Cylindrical-coordinate representation of color #664A43: hue angle of 12º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664A43 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 67 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.6 |
| HSL | 12º | 0.21% | 0.33% | - |
| HSV(B) | 12º | 0.34% | 0.4% | - |
| XYZ | 8.94 | 8.13 | 6.41 | - |
| YUV | 81.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 67 | 0 | 0.27 | 0.34 | 0.6 | 12 | 0.21 | 0.33 |
| Hex | 66 | 4A | 43 | 0 | 1B | 22 | 3C | C | 15 | 21 |
| Octal | 146 | 112 | 103 | 0 | 33 | 42 | 74 | 14 | 25 | 41 |
| Binary | 1100110 | 1001010 | 1000011 | 0 | 11011 | 100010 | 111100 | 1100 | 10101 | 100001 |
Color Harmonies of #664A43
Complementary color
Monochromatic Colors of #664A43
Black with #664A43
Text Example
Text Example
White with #664A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A43; }
p { color: rgb(102,74,67); }
H1.HeaderClassName
{
color: #664A43;
}
.AnyTagClassName
{
color: #664A43;
}
</style>
background-color css
<style>
a { background-color: #664A43; }
a { background-color: rgb(102,74,67); }
div.DivClassName
{
background-color: #664A43;
}
.BgClassName
{
background-color: #664A43;
}
</style>
border-color css
<style>
span { border-color: #664A43; }
span { border-color: rgb(102,74,67); }
td.TdClassName
{
border-color: #664A43;
}
.TagClassName
{
border-color: #664A43;
}
</style>