Shades of Congo Brown #68534D
Tints of Congo Brown #68534D
RGB
CMYK
RGB Variations
Color information
#68534D (or 0x68534D) is known color: Congo Brown. HEX triplet: 68, 53 and 4D. RGB value is (104,83,77). Sum of RGB (Red+Green+Blue) = 104+83+77=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68534D is #97ACB2. Grayscale: #585858. Windows color (decimal): -9940147 or 5067624. OLE color: 5067624.
HSL color Cylindrical-coordinate representation of color #68534D: hue angle of 13.33º 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 #68534D is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 83 | 77 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.59 |
| HSL | 13.33º | 0.15% | 0.35% | - |
| HSV(B) | 13.33º | 0.26% | 0.41% | - |
| XYZ | 10.14 | 9.67 | 8.35 | - |
| YUV | 88.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 77 | 0 | 0.20 | 0.26 | 0.59 | 13.33 | 0.15 | 0.35 |
| Hex | 68 | 53 | 4D | 0 | 14 | 1A | 3B | D | F | 23 |
| Octal | 150 | 123 | 115 | 0 | 24 | 32 | 73 | 15 | 17 | 43 |
| Binary | 1101000 | 1010011 | 1001101 | 0 | 10100 | 11010 | 111011 | 1101 | 1111 | 100011 |
Color Harmonies of #68534D
Complementary color
Monochromatic Colors of #68534D
Black with #68534D
Text Example
Text Example
White with #68534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68534D; }
p { color: rgb(104,83,77); }
H1.HeaderClassName
{
color: #68534D;
}
.AnyTagClassName
{
color: #68534D;
}
</style>
background-color css
<style>
a { background-color: #68534D; }
a { background-color: rgb(104,83,77); }
div.DivClassName
{
background-color: #68534D;
}
.BgClassName
{
background-color: #68534D;
}
</style>
border-color css
<style>
span { border-color: #68534D; }
span { border-color: rgb(104,83,77); }
td.TdClassName
{
border-color: #68534D;
}
.TagClassName
{
border-color: #68534D;
}
</style>