Shades of Congo Brown #68514A
Tints of Congo Brown #68514A
RGB
CMYK
RGB Variations
Color information
#68514A (or 0x68514A) is known color: Congo Brown. HEX triplet: 68, 51 and 4A. RGB value is (104,81,74). Sum of RGB (Red+Green+Blue) = 104+81+74=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #68514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68514A is #97AEB5. Grayscale: #575757. Windows color (decimal): -9940662 or 4870504. OLE color: 4870504.
HSL color Cylindrical-coordinate representation of color #68514A: hue angle of 14º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68514A is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 74 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.59 |
| HSL | 14º | 0.17% | 0.35% | - |
| HSV(B) | 14º | 0.29% | 0.41% | - |
| XYZ | 9.89 | 9.32 | 7.76 | - |
| YUV | 87.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 74 | 0 | 0.22 | 0.29 | 0.59 | 14 | 0.17 | 0.35 |
| Hex | 68 | 51 | 4A | 0 | 16 | 1D | 3B | E | 11 | 23 |
| Octal | 150 | 121 | 112 | 0 | 26 | 35 | 73 | 16 | 21 | 43 |
| Binary | 1101000 | 1010001 | 1001010 | 0 | 10110 | 11101 | 111011 | 1110 | 10001 | 100011 |
Color Harmonies of #68514A
Complementary color
Monochromatic Colors of #68514A
Black with #68514A
Text Example
Text Example
White with #68514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68514A; }
p { color: rgb(104,81,74); }
H1.HeaderClassName
{
color: #68514A;
}
.AnyTagClassName
{
color: #68514A;
}
</style>
background-color css
<style>
a { background-color: #68514A; }
a { background-color: rgb(104,81,74); }
div.DivClassName
{
background-color: #68514A;
}
.BgClassName
{
background-color: #68514A;
}
</style>
border-color css
<style>
span { border-color: #68514A; }
span { border-color: rgb(104,81,74); }
td.TdClassName
{
border-color: #68514A;
}
.TagClassName
{
border-color: #68514A;
}
</style>