Shades of Congo Brown #68524B
Tints of Congo Brown #68524B
RGB
CMYK
RGB Variations
Color information
#68524B (or 0x68524B) is known color: Congo Brown. HEX triplet: 68, 52 and 4B. RGB value is (104,82,75). Sum of RGB (Red+Green+Blue) = 104+82+75=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68524B is #97ADB4. Grayscale: #575757. Windows color (decimal): -9940405 or 4936296. OLE color: 4936296.
HSL color Cylindrical-coordinate representation of color #68524B: hue angle of 14.48º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68524B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 75 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.59 |
| HSL | 14.48º | 0.16% | 0.35% | - |
| HSV(B) | 14.48º | 0.28% | 0.41% | - |
| XYZ | 10 | 9.49 | 7.96 | - |
| YUV | 87.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 75 | 0 | 0.21 | 0.28 | 0.59 | 14.48 | 0.16 | 0.35 |
| Hex | 68 | 52 | 4B | 0 | 15 | 1C | 3B | E | 10 | 23 |
| Octal | 150 | 122 | 113 | 0 | 25 | 34 | 73 | 16 | 20 | 43 |
| Binary | 1101000 | 1010010 | 1001011 | 0 | 10101 | 11100 | 111011 | 1110 | 10000 | 100011 |
Color Harmonies of #68524B
Complementary color
Monochromatic Colors of #68524B
Black with #68524B
Text Example
Text Example
White with #68524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68524B; }
p { color: rgb(104,82,75); }
H1.HeaderClassName
{
color: #68524B;
}
.AnyTagClassName
{
color: #68524B;
}
</style>
background-color css
<style>
a { background-color: #68524B; }
a { background-color: rgb(104,82,75); }
div.DivClassName
{
background-color: #68524B;
}
.BgClassName
{
background-color: #68524B;
}
</style>
border-color css
<style>
span { border-color: #68524B; }
span { border-color: rgb(104,82,75); }
td.TdClassName
{
border-color: #68524B;
}
.TagClassName
{
border-color: #68524B;
}
</style>