Shades of Congo Brown #6B564F
Tints of Congo Brown #6B564F
RGB
CMYK
RGB Variations
Color information
#6B564F (or 0x6B564F) is known color: Congo Brown. HEX triplet: 6B, 56 and 4F. RGB value is (107,86,79). Sum of RGB (Red+Green+Blue) = 107+86+79=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B564F is #94A9B0. Grayscale: #5B5B5B. Windows color (decimal): -9742769 or 5199467. OLE color: 5199467.
HSL color Cylindrical-coordinate representation of color #6B564F: hue angle of 15º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B564F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 79 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.58 |
| HSL | 15º | 0.15% | 0.36% | - |
| HSV(B) | 15º | 0.26% | 0.42% | - |
| XYZ | 10.8 | 10.35 | 8.82 | - |
| YUV | 91.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 79 | 0 | 0.20 | 0.26 | 0.58 | 15 | 0.15 | 0.36 |
| Hex | 6B | 56 | 4F | 0 | 14 | 1A | 3A | F | F | 24 |
| Octal | 153 | 126 | 117 | 0 | 24 | 32 | 72 | 17 | 17 | 44 |
| Binary | 1101011 | 1010110 | 1001111 | 0 | 10100 | 11010 | 111010 | 1111 | 1111 | 100100 |
Color Harmonies of #6B564F
Complementary color
Monochromatic Colors of #6B564F
Black with #6B564F
Text Example
Text Example
White with #6B564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B564F; }
p { color: rgb(107,86,79); }
H1.HeaderClassName
{
color: #6B564F;
}
.AnyTagClassName
{
color: #6B564F;
}
</style>
background-color css
<style>
a { background-color: #6B564F; }
a { background-color: rgb(107,86,79); }
div.DivClassName
{
background-color: #6B564F;
}
.BgClassName
{
background-color: #6B564F;
}
</style>
border-color css
<style>
span { border-color: #6B564F; }
span { border-color: rgb(107,86,79); }
td.TdClassName
{
border-color: #6B564F;
}
.TagClassName
{
border-color: #6B564F;
}
</style>