Shades of Congo Brown #6B504B
Tints of Congo Brown #6B504B
RGB
CMYK
RGB Variations
Color information
#6B504B (or 0x6B504B) is known color: Congo Brown. HEX triplet: 6B, 50 and 4B. RGB value is (107,80,75). Sum of RGB (Red+Green+Blue) = 107+80+75=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 107 - color contains mainly: red. Hex color #6B504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B504B is #94AFB4. Grayscale: #575757. Windows color (decimal): -9744309 or 4935787. OLE color: 4935787.
HSL color Cylindrical-coordinate representation of color #6B504B: hue angle of 9.38º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B504B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 75 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.58 |
| HSL | 9.38º | 0.18% | 0.36% | - |
| HSV(B) | 9.38º | 0.3% | 0.42% | - |
| XYZ | 10.2 | 9.37 | 7.93 | - |
| YUV | 87.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 75 | 0 | 0.25 | 0.30 | 0.58 | 9.38 | 0.18 | 0.36 |
| Hex | 6B | 50 | 4B | 0 | 19 | 1E | 3A | 9 | 12 | 24 |
| Octal | 153 | 120 | 113 | 0 | 31 | 36 | 72 | 11 | 22 | 44 |
| Binary | 1101011 | 1010000 | 1001011 | 0 | 11001 | 11110 | 111010 | 1001 | 10010 | 100100 |
Color Harmonies of #6B504B
Complementary color
Monochromatic Colors of #6B504B
Black with #6B504B
Text Example
Text Example
White with #6B504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B504B; }
p { color: rgb(107,80,75); }
H1.HeaderClassName
{
color: #6B504B;
}
.AnyTagClassName
{
color: #6B504B;
}
</style>
background-color css
<style>
a { background-color: #6B504B; }
a { background-color: rgb(107,80,75); }
div.DivClassName
{
background-color: #6B504B;
}
.BgClassName
{
background-color: #6B504B;
}
</style>
border-color css
<style>
span { border-color: #6B504B; }
span { border-color: rgb(107,80,75); }
td.TdClassName
{
border-color: #6B504B;
}
.TagClassName
{
border-color: #6B504B;
}
</style>