Shades of Congo Brown #68504C
Tints of Congo Brown #68504C
RGB
CMYK
RGB Variations
Color information
#68504C (or 0x68504C) is known color: Congo Brown. HEX triplet: 68, 50 and 4C. RGB value is (104,80,76). Sum of RGB (Red+Green+Blue) = 104+80+76=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #68504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68504C is #97AFB3. Grayscale: #565656. Windows color (decimal): -9940916 or 5001320. OLE color: 5001320.
HSL color Cylindrical-coordinate representation of color #68504C: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68504C is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 76 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.59 |
| HSL | 8.57º | 0.16% | 0.35% | - |
| HSV(B) | 8.57º | 0.27% | 0.41% | - |
| XYZ | 9.88 | 9.2 | 8.09 | - |
| YUV | 86.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 76 | 0 | 0.23 | 0.27 | 0.59 | 8.57 | 0.16 | 0.35 |
| Hex | 68 | 50 | 4C | 0 | 17 | 1B | 3B | 9 | 10 | 23 |
| Octal | 150 | 120 | 114 | 0 | 27 | 33 | 73 | 11 | 20 | 43 |
| Binary | 1101000 | 1010000 | 1001100 | 0 | 10111 | 11011 | 111011 | 1001 | 10000 | 100011 |
Color Harmonies of #68504C
Complementary color
Monochromatic Colors of #68504C
Black with #68504C
Text Example
Text Example
White with #68504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68504C; }
p { color: rgb(104,80,76); }
H1.HeaderClassName
{
color: #68504C;
}
.AnyTagClassName
{
color: #68504C;
}
</style>
background-color css
<style>
a { background-color: #68504C; }
a { background-color: rgb(104,80,76); }
div.DivClassName
{
background-color: #68504C;
}
.BgClassName
{
background-color: #68504C;
}
</style>
border-color css
<style>
span { border-color: #68504C; }
span { border-color: rgb(104,80,76); }
td.TdClassName
{
border-color: #68504C;
}
.TagClassName
{
border-color: #68504C;
}
</style>