Shades of Congo Brown #68524C
Tints of Congo Brown #68524C
RGB
CMYK
RGB Variations
Color information
#68524C (or 0x68524C) is known color: Congo Brown. HEX triplet: 68, 52 and 4C. RGB value is (104,82,76). Sum of RGB (Red+Green+Blue) = 104+82+76=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68524C is #97ADB3. Grayscale: #575757. Windows color (decimal): -9940404 or 5001832. OLE color: 5001832.
HSL color Cylindrical-coordinate representation of color #68524C: hue angle of 12.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68524C is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 76 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.59 |
| HSL | 12.86º | 0.16% | 0.35% | - |
| HSV(B) | 12.86º | 0.27% | 0.41% | - |
| XYZ | 10.03 | 9.5 | 8.14 | - |
| YUV | 87.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 76 | 0 | 0.21 | 0.27 | 0.59 | 12.86 | 0.16 | 0.35 |
| Hex | 68 | 52 | 4C | 0 | 15 | 1B | 3B | D | 10 | 23 |
| Octal | 150 | 122 | 114 | 0 | 25 | 33 | 73 | 15 | 20 | 43 |
| Binary | 1101000 | 1010010 | 1001100 | 0 | 10101 | 11011 | 111011 | 1101 | 10000 | 100011 |
Color Harmonies of #68524C
Complementary color
Monochromatic Colors of #68524C
Black with #68524C
Text Example
Text Example
White with #68524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68524C; }
p { color: rgb(104,82,76); }
H1.HeaderClassName
{
color: #68524C;
}
.AnyTagClassName
{
color: #68524C;
}
</style>
background-color css
<style>
a { background-color: #68524C; }
a { background-color: rgb(104,82,76); }
div.DivClassName
{
background-color: #68524C;
}
.BgClassName
{
background-color: #68524C;
}
</style>
border-color css
<style>
span { border-color: #68524C; }
span { border-color: rgb(104,82,76); }
td.TdClassName
{
border-color: #68524C;
}
.TagClassName
{
border-color: #68524C;
}
</style>