Shades of Congo Brown #67504A
Tints of Congo Brown #67504A
RGB
CMYK
RGB Variations
Color information
#67504A (or 0x67504A) is known color: Congo Brown. HEX triplet: 67, 50 and 4A. RGB value is (103,80,74). Sum of RGB (Red+Green+Blue) = 103+80+74=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #67504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67504A is #98AFB5. Grayscale: #565656. Windows color (decimal): -10006454 or 4870247. OLE color: 4870247.
HSL color Cylindrical-coordinate representation of color #67504A: hue angle of 12.41º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67504A is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 74 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.60 |
| HSL | 12.41º | 0.16% | 0.35% | - |
| HSV(B) | 12.41º | 0.28% | 0.4% | - |
| XYZ | 9.7 | 9.12 | 7.73 | - |
| YUV | 86.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 74 | 0 | 0.22 | 0.28 | 0.60 | 12.41 | 0.16 | 0.35 |
| Hex | 67 | 50 | 4A | 0 | 16 | 1C | 3C | C | 10 | 23 |
| Octal | 147 | 120 | 112 | 0 | 26 | 34 | 74 | 14 | 20 | 43 |
| Binary | 1100111 | 1010000 | 1001010 | 0 | 10110 | 11100 | 111100 | 1100 | 10000 | 100011 |
Color Harmonies of #67504A
Complementary color
Monochromatic Colors of #67504A
Black with #67504A
Text Example
Text Example
White with #67504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67504A; }
p { color: rgb(103,80,74); }
H1.HeaderClassName
{
color: #67504A;
}
.AnyTagClassName
{
color: #67504A;
}
</style>
background-color css
<style>
a { background-color: #67504A; }
a { background-color: rgb(103,80,74); }
div.DivClassName
{
background-color: #67504A;
}
.BgClassName
{
background-color: #67504A;
}
</style>
border-color css
<style>
span { border-color: #67504A; }
span { border-color: rgb(103,80,74); }
td.TdClassName
{
border-color: #67504A;
}
.TagClassName
{
border-color: #67504A;
}
</style>