Shades of Congo Brown #68514D
Tints of Congo Brown #68514D
RGB
CMYK
RGB Variations
Color information
#68514D (or 0x68514D) is known color: Congo Brown. HEX triplet: 68, 51 and 4D. RGB value is (104,81,77). Sum of RGB (Red+Green+Blue) = 104+81+77=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68514D is #97AEB2. Grayscale: #575757. Windows color (decimal): -9940659 or 5067112. OLE color: 5067112.
HSL color Cylindrical-coordinate representation of color #68514D: hue angle of 8.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68514D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 77 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.59 |
| HSL | 8.89º | 0.15% | 0.35% | - |
| HSV(B) | 8.89º | 0.26% | 0.41% | - |
| XYZ | 9.99 | 9.36 | 8.3 | - |
| YUV | 87.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 77 | 0 | 0.22 | 0.26 | 0.59 | 8.89 | 0.15 | 0.35 |
| Hex | 68 | 51 | 4D | 0 | 16 | 1A | 3B | 9 | F | 23 |
| Octal | 150 | 121 | 115 | 0 | 26 | 32 | 73 | 11 | 17 | 43 |
| Binary | 1101000 | 1010001 | 1001101 | 0 | 10110 | 11010 | 111011 | 1001 | 1111 | 100011 |
Color Harmonies of #68514D
Complementary color
Monochromatic Colors of #68514D
Black with #68514D
Text Example
Text Example
White with #68514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68514D; }
p { color: rgb(104,81,77); }
H1.HeaderClassName
{
color: #68514D;
}
.AnyTagClassName
{
color: #68514D;
}
</style>
background-color css
<style>
a { background-color: #68514D; }
a { background-color: rgb(104,81,77); }
div.DivClassName
{
background-color: #68514D;
}
.BgClassName
{
background-color: #68514D;
}
</style>
border-color css
<style>
span { border-color: #68514D; }
span { border-color: rgb(104,81,77); }
td.TdClassName
{
border-color: #68514D;
}
.TagClassName
{
border-color: #68514D;
}
</style>