Shades of Congo Brown #67504E
Tints of Congo Brown #67504E
RGB
CMYK
RGB Variations
Color information
#67504E (or 0x67504E) is known color: Congo Brown. HEX triplet: 67, 50 and 4E. RGB value is (103,80,78). Sum of RGB (Red+Green+Blue) = 103+80+78=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 103 - color contains mainly: red. Hex color #67504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67504E is #98AFB1. Grayscale: #565656. Windows color (decimal): -10006450 or 5132391. OLE color: 5132391.
HSL color Cylindrical-coordinate representation of color #67504E: hue angle of 4.8º 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 #67504E is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 78 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.60 |
| HSL | 4.8º | 0.14% | 0.35% | - |
| HSV(B) | 4.8º | 0.24% | 0.4% | - |
| XYZ | 9.84 | 9.17 | 8.46 | - |
| YUV | 86.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 78 | 0 | 0.22 | 0.24 | 0.60 | 4.8 | 0.14 | 0.35 |
| Hex | 67 | 50 | 4E | 0 | 16 | 18 | 3C | 5 | E | 23 |
| Octal | 147 | 120 | 116 | 0 | 26 | 30 | 74 | 5 | 16 | 43 |
| Binary | 1100111 | 1010000 | 1001110 | 0 | 10110 | 11000 | 111100 | 101 | 1110 | 100011 |
Color Harmonies of #67504E
Complementary color
Monochromatic Colors of #67504E
Black with #67504E
Text Example
Text Example
White with #67504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67504E; }
p { color: rgb(103,80,78); }
H1.HeaderClassName
{
color: #67504E;
}
.AnyTagClassName
{
color: #67504E;
}
</style>
background-color css
<style>
a { background-color: #67504E; }
a { background-color: rgb(103,80,78); }
div.DivClassName
{
background-color: #67504E;
}
.BgClassName
{
background-color: #67504E;
}
</style>
border-color css
<style>
span { border-color: #67504E; }
span { border-color: rgb(103,80,78); }
td.TdClassName
{
border-color: #67504E;
}
.TagClassName
{
border-color: #67504E;
}
</style>