Shades of Congo Brown #684D4B
Tints of Congo Brown #684D4B
RGB
CMYK
RGB Variations
Color information
#684D4B (or 0x684D4B) is known color: Congo Brown. HEX triplet: 68, 4D and 4B. RGB value is (104,77,75). Sum of RGB (Red+Green+Blue) = 104+77+75=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #684D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D4B is #97B2B4. Grayscale: #545454. Windows color (decimal): -9941685 or 4935016. OLE color: 4935016.
HSL color Cylindrical-coordinate representation of color #684D4B: hue angle of 4.14º 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 #684D4B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 75 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.59 |
| HSL | 4.14º | 0.16% | 0.35% | - |
| HSV(B) | 4.14º | 0.28% | 0.41% | - |
| XYZ | 9.63 | 8.76 | 7.84 | - |
| YUV | 84.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 75 | 0 | 0.26 | 0.28 | 0.59 | 4.14 | 0.16 | 0.35 |
| Hex | 68 | 4D | 4B | 0 | 1A | 1C | 3B | 4 | 10 | 23 |
| Octal | 150 | 115 | 113 | 0 | 32 | 34 | 73 | 4 | 20 | 43 |
| Binary | 1101000 | 1001101 | 1001011 | 0 | 11010 | 11100 | 111011 | 100 | 10000 | 100011 |
Color Harmonies of #684D4B
Complementary color
Monochromatic Colors of #684D4B
Black with #684D4B
Text Example
Text Example
White with #684D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D4B; }
p { color: rgb(104,77,75); }
H1.HeaderClassName
{
color: #684D4B;
}
.AnyTagClassName
{
color: #684D4B;
}
</style>
background-color css
<style>
a { background-color: #684D4B; }
a { background-color: rgb(104,77,75); }
div.DivClassName
{
background-color: #684D4B;
}
.BgClassName
{
background-color: #684D4B;
}
</style>
border-color css
<style>
span { border-color: #684D4B; }
span { border-color: rgb(104,77,75); }
td.TdClassName
{
border-color: #684D4B;
}
.TagClassName
{
border-color: #684D4B;
}
</style>