Shades of Congo Brown #65514C
Tints of Congo Brown #65514C
RGB
CMYK
RGB Variations
Color information
#65514C (or 0x65514C) is known color: Congo Brown. HEX triplet: 65, 51 and 4C. RGB value is (101,81,76). Sum of RGB (Red+Green+Blue) = 101+81+76=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 101 - color contains mainly: red. Hex color #65514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65514C is #9AAEB3. Grayscale: #565656. Windows color (decimal): -10137268 or 5001573. OLE color: 5001573.
HSL color Cylindrical-coordinate representation of color #65514C: hue angle of 12º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65514C is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 76 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.60 |
| HSL | 12º | 0.14% | 0.35% | - |
| HSV(B) | 12º | 0.25% | 0.4% | - |
| XYZ | 9.61 | 9.17 | 8.1 | - |
| YUV | 86.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 76 | 0 | 0.20 | 0.25 | 0.60 | 12 | 0.14 | 0.35 |
| Hex | 65 | 51 | 4C | 0 | 14 | 19 | 3C | C | E | 23 |
| Octal | 145 | 121 | 114 | 0 | 24 | 31 | 74 | 14 | 16 | 43 |
| Binary | 1100101 | 1010001 | 1001100 | 0 | 10100 | 11001 | 111100 | 1100 | 1110 | 100011 |
Color Harmonies of #65514C
Complementary color
Monochromatic Colors of #65514C
Black with #65514C
Text Example
Text Example
White with #65514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65514C; }
p { color: rgb(101,81,76); }
H1.HeaderClassName
{
color: #65514C;
}
.AnyTagClassName
{
color: #65514C;
}
</style>
background-color css
<style>
a { background-color: #65514C; }
a { background-color: rgb(101,81,76); }
div.DivClassName
{
background-color: #65514C;
}
.BgClassName
{
background-color: #65514C;
}
</style>
border-color css
<style>
span { border-color: #65514C; }
span { border-color: rgb(101,81,76); }
td.TdClassName
{
border-color: #65514C;
}
.TagClassName
{
border-color: #65514C;
}
</style>