Shades of Congo Brown #67524E
Tints of Congo Brown #67524E
RGB
CMYK
RGB Variations
Color information
#67524E (or 0x67524E) is known color: Congo Brown. HEX triplet: 67, 52 and 4E. RGB value is (103,82,78). Sum of RGB (Red+Green+Blue) = 103+82+78=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67524E is #98ADB1. Grayscale: #575757. Windows color (decimal): -10005938 or 5132903. OLE color: 5132903.
HSL color Cylindrical-coordinate representation of color #67524E: hue angle of 9.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67524E is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 78 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.60 |
| HSL | 9.6º | 0.14% | 0.35% | - |
| HSV(B) | 9.6º | 0.24% | 0.4% | - |
| XYZ | 9.99 | 9.47 | 8.51 | - |
| YUV | 87.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 78 | 0 | 0.20 | 0.24 | 0.60 | 9.6 | 0.14 | 0.35 |
| Hex | 67 | 52 | 4E | 0 | 14 | 18 | 3C | A | E | 23 |
| Octal | 147 | 122 | 116 | 0 | 24 | 30 | 74 | 12 | 16 | 43 |
| Binary | 1100111 | 1010010 | 1001110 | 0 | 10100 | 11000 | 111100 | 1010 | 1110 | 100011 |
Color Harmonies of #67524E
Complementary color
Monochromatic Colors of #67524E
Black with #67524E
Text Example
Text Example
White with #67524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67524E; }
p { color: rgb(103,82,78); }
H1.HeaderClassName
{
color: #67524E;
}
.AnyTagClassName
{
color: #67524E;
}
</style>
background-color css
<style>
a { background-color: #67524E; }
a { background-color: rgb(103,82,78); }
div.DivClassName
{
background-color: #67524E;
}
.BgClassName
{
background-color: #67524E;
}
</style>
border-color css
<style>
span { border-color: #67524E; }
span { border-color: rgb(103,82,78); }
td.TdClassName
{
border-color: #67524E;
}
.TagClassName
{
border-color: #67524E;
}
</style>