Shades of Congo Brown #68514C
Tints of Congo Brown #68514C
RGB
CMYK
RGB Variations
Color information
#68514C (or 0x68514C) is known color: Congo Brown. HEX triplet: 68, 51 and 4C. RGB value is (104,81,76). Sum of RGB (Red+Green+Blue) = 104+81+76=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68514C is #97AEB3. Grayscale: #575757. Windows color (decimal): -9940660 or 5001576. OLE color: 5001576.
HSL color Cylindrical-coordinate representation of color #68514C: hue angle of 10.71º 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 #68514C is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 76 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.59 |
| HSL | 10.71º | 0.16% | 0.35% | - |
| HSV(B) | 10.71º | 0.27% | 0.41% | - |
| XYZ | 9.96 | 9.35 | 8.12 | - |
| YUV | 87.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 76 | 0 | 0.22 | 0.27 | 0.59 | 10.71 | 0.16 | 0.35 |
| Hex | 68 | 51 | 4C | 0 | 16 | 1B | 3B | B | 10 | 23 |
| Octal | 150 | 121 | 114 | 0 | 26 | 33 | 73 | 13 | 20 | 43 |
| Binary | 1101000 | 1010001 | 1001100 | 0 | 10110 | 11011 | 111011 | 1011 | 10000 | 100011 |
Color Harmonies of #68514C
Complementary color
Monochromatic Colors of #68514C
Black with #68514C
Text Example
Text Example
White with #68514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68514C; }
p { color: rgb(104,81,76); }
H1.HeaderClassName
{
color: #68514C;
}
.AnyTagClassName
{
color: #68514C;
}
</style>
background-color css
<style>
a { background-color: #68514C; }
a { background-color: rgb(104,81,76); }
div.DivClassName
{
background-color: #68514C;
}
.BgClassName
{
background-color: #68514C;
}
</style>
border-color css
<style>
span { border-color: #68514C; }
span { border-color: rgb(104,81,76); }
td.TdClassName
{
border-color: #68514C;
}
.TagClassName
{
border-color: #68514C;
}
</style>