Shades of Congo Brown #6B524A
Tints of Congo Brown #6B524A
RGB
CMYK
RGB Variations
Color information
#6B524A (or 0x6B524A) is known color: Congo Brown. HEX triplet: 6B, 52 and 4A. RGB value is (107,82,74). Sum of RGB (Red+Green+Blue) = 107+82+74=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B524A is #94ADB5. Grayscale: #585858. Windows color (decimal): -9743798 or 4870763. OLE color: 4870763.
HSL color Cylindrical-coordinate representation of color #6B524A: hue angle of 14.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B524A is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 74 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.58 |
| HSL | 14.55º | 0.18% | 0.35% | - |
| HSV(B) | 14.55º | 0.31% | 0.42% | - |
| XYZ | 10.32 | 9.65 | 7.8 | - |
| YUV | 88.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 74 | 0 | 0.23 | 0.31 | 0.58 | 14.55 | 0.18 | 0.35 |
| Hex | 6B | 52 | 4A | 0 | 17 | 1F | 3A | F | 12 | 23 |
| Octal | 153 | 122 | 112 | 0 | 27 | 37 | 72 | 17 | 22 | 43 |
| Binary | 1101011 | 1010010 | 1001010 | 0 | 10111 | 11111 | 111010 | 1111 | 10010 | 100011 |
Color Harmonies of #6B524A
Complementary color
Monochromatic Colors of #6B524A
Black with #6B524A
Text Example
Text Example
White with #6B524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B524A; }
p { color: rgb(107,82,74); }
H1.HeaderClassName
{
color: #6B524A;
}
.AnyTagClassName
{
color: #6B524A;
}
</style>
background-color css
<style>
a { background-color: #6B524A; }
a { background-color: rgb(107,82,74); }
div.DivClassName
{
background-color: #6B524A;
}
.BgClassName
{
background-color: #6B524A;
}
</style>
border-color css
<style>
span { border-color: #6B524A; }
span { border-color: rgb(107,82,74); }
td.TdClassName
{
border-color: #6B524A;
}
.TagClassName
{
border-color: #6B524A;
}
</style>