Shades of Congo Brown #68554F
Tints of Congo Brown #68554F
RGB
CMYK
RGB Variations
Color information
#68554F (or 0x68554F) is known color: Congo Brown. HEX triplet: 68, 55 and 4F. RGB value is (104,85,79). Sum of RGB (Red+Green+Blue) = 104+85+79=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68554F is #97AAB0. Grayscale: #5A5A5A. Windows color (decimal): -9939633 or 5199208. OLE color: 5199208.
HSL color Cylindrical-coordinate representation of color #68554F: hue angle of 14.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68554F is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 79 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.59 |
| HSL | 14.4º | 0.14% | 0.36% | - |
| HSV(B) | 14.4º | 0.24% | 0.41% | - |
| XYZ | 10.37 | 10 | 8.78 | - |
| YUV | 90 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 79 | 0 | 0.18 | 0.24 | 0.59 | 14.4 | 0.14 | 0.36 |
| Hex | 68 | 55 | 4F | 0 | 12 | 18 | 3B | E | E | 24 |
| Octal | 150 | 125 | 117 | 0 | 22 | 30 | 73 | 16 | 16 | 44 |
| Binary | 1101000 | 1010101 | 1001111 | 0 | 10010 | 11000 | 111011 | 1110 | 1110 | 100100 |
Color Harmonies of #68554F
Complementary color
Monochromatic Colors of #68554F
Black with #68554F
Text Example
Text Example
White with #68554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68554F; }
p { color: rgb(104,85,79); }
H1.HeaderClassName
{
color: #68554F;
}
.AnyTagClassName
{
color: #68554F;
}
</style>
background-color css
<style>
a { background-color: #68554F; }
a { background-color: rgb(104,85,79); }
div.DivClassName
{
background-color: #68554F;
}
.BgClassName
{
background-color: #68554F;
}
</style>
border-color css
<style>
span { border-color: #68554F; }
span { border-color: rgb(104,85,79); }
td.TdClassName
{
border-color: #68554F;
}
.TagClassName
{
border-color: #68554F;
}
</style>