Shades of Congo Brown #6B514A
Tints of Congo Brown #6B514A
RGB
CMYK
RGB Variations
Color information
#6B514A (or 0x6B514A) is known color: Congo Brown. HEX triplet: 6B, 51 and 4A. RGB value is (107,81,74). Sum of RGB (Red+Green+Blue) = 107+81+74=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 107 - color contains mainly: red. Hex color #6B514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B514A is #94AEB5. Grayscale: #585858. Windows color (decimal): -9744054 or 4870507. OLE color: 4870507.
HSL color Cylindrical-coordinate representation of color #6B514A: hue angle of 12.73º 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 #6B514A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 74 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.58 |
| HSL | 12.73º | 0.18% | 0.35% | - |
| HSV(B) | 12.73º | 0.31% | 0.42% | - |
| XYZ | 10.24 | 9.51 | 7.77 | - |
| YUV | 87.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 74 | 0 | 0.24 | 0.31 | 0.58 | 12.73 | 0.18 | 0.35 |
| Hex | 6B | 51 | 4A | 0 | 18 | 1F | 3A | D | 12 | 23 |
| Octal | 153 | 121 | 112 | 0 | 30 | 37 | 72 | 15 | 22 | 43 |
| Binary | 1101011 | 1010001 | 1001010 | 0 | 11000 | 11111 | 111010 | 1101 | 10010 | 100011 |
Color Harmonies of #6B514A
Complementary color
Monochromatic Colors of #6B514A
Black with #6B514A
Text Example
Text Example
White with #6B514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B514A; }
p { color: rgb(107,81,74); }
H1.HeaderClassName
{
color: #6B514A;
}
.AnyTagClassName
{
color: #6B514A;
}
</style>
background-color css
<style>
a { background-color: #6B514A; }
a { background-color: rgb(107,81,74); }
div.DivClassName
{
background-color: #6B514A;
}
.BgClassName
{
background-color: #6B514A;
}
</style>
border-color css
<style>
span { border-color: #6B514A; }
span { border-color: rgb(107,81,74); }
td.TdClassName
{
border-color: #6B514A;
}
.TagClassName
{
border-color: #6B514A;
}
</style>