Shades of Congo Brown #6B4C46
Tints of Congo Brown #6B4C46
RGB
CMYK
RGB Variations
Color information
#6B4C46 (or 0x6B4C46) is known color: Congo Brown. HEX triplet: 6B, 4C and 46. RGB value is (107,76,70). Sum of RGB (Red+Green+Blue) = 107+76+70=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4C46 is #94B3B9. Grayscale: #545454. Windows color (decimal): -9745338 or 4607083. OLE color: 4607083.
HSL color Cylindrical-coordinate representation of color #6B4C46: hue angle of 9.73º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B4C46 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 70 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.58 |
| HSL | 9.73º | 0.21% | 0.35% | - |
| HSV(B) | 9.73º | 0.35% | 0.42% | - |
| XYZ | 9.75 | 8.74 | 6.97 | - |
| YUV | 84.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 70 | 0 | 0.29 | 0.35 | 0.58 | 9.73 | 0.21 | 0.35 |
| Hex | 6B | 4C | 46 | 0 | 1D | 23 | 3A | A | 15 | 23 |
| Octal | 153 | 114 | 106 | 0 | 35 | 43 | 72 | 12 | 25 | 43 |
| Binary | 1101011 | 1001100 | 1000110 | 0 | 11101 | 100011 | 111010 | 1010 | 10101 | 100011 |
Color Harmonies of #6B4C46
Complementary color
Monochromatic Colors of #6B4C46
Black with #6B4C46
Text Example
Text Example
White with #6B4C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C46; }
p { color: rgb(107,76,70); }
H1.HeaderClassName
{
color: #6B4C46;
}
.AnyTagClassName
{
color: #6B4C46;
}
</style>
background-color css
<style>
a { background-color: #6B4C46; }
a { background-color: rgb(107,76,70); }
div.DivClassName
{
background-color: #6B4C46;
}
.BgClassName
{
background-color: #6B4C46;
}
</style>
border-color css
<style>
span { border-color: #6B4C46; }
span { border-color: rgb(107,76,70); }
td.TdClassName
{
border-color: #6B4C46;
}
.TagClassName
{
border-color: #6B4C46;
}
</style>