Shades of Congo Brown #68544D
Tints of Congo Brown #68544D
RGB
CMYK
RGB Variations
Color information
#68544D (or 0x68544D) is known color: Congo Brown. HEX triplet: 68, 54 and 4D. RGB value is (104,84,77). Sum of RGB (Red+Green+Blue) = 104+84+77=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68544D is #97ABB2. Grayscale: #595959. Windows color (decimal): -9939891 or 5067880. OLE color: 5067880.
HSL color Cylindrical-coordinate representation of color #68544D: hue angle of 15.56º 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 #68544D is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 77 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.59 |
| HSL | 15.56º | 0.15% | 0.35% | - |
| HSV(B) | 15.56º | 0.26% | 0.41% | - |
| XYZ | 10.22 | 9.82 | 8.38 | - |
| YUV | 89.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 77 | 0 | 0.19 | 0.26 | 0.59 | 15.56 | 0.15 | 0.35 |
| Hex | 68 | 54 | 4D | 0 | 13 | 1A | 3B | 10 | F | 23 |
| Octal | 150 | 124 | 115 | 0 | 23 | 32 | 73 | 20 | 17 | 43 |
| Binary | 1101000 | 1010100 | 1001101 | 0 | 10011 | 11010 | 111011 | 10000 | 1111 | 100011 |
Color Harmonies of #68544D
Complementary color
Monochromatic Colors of #68544D
Black with #68544D
Text Example
Text Example
White with #68544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68544D; }
p { color: rgb(104,84,77); }
H1.HeaderClassName
{
color: #68544D;
}
.AnyTagClassName
{
color: #68544D;
}
</style>
background-color css
<style>
a { background-color: #68544D; }
a { background-color: rgb(104,84,77); }
div.DivClassName
{
background-color: #68544D;
}
.BgClassName
{
background-color: #68544D;
}
</style>
border-color css
<style>
span { border-color: #68544D; }
span { border-color: rgb(104,84,77); }
td.TdClassName
{
border-color: #68544D;
}
.TagClassName
{
border-color: #68544D;
}
</style>