Shades of Congo Brown #654D46
Tints of Congo Brown #654D46
RGB
CMYK
RGB Variations
Color information
#654D46 (or 0x654D46) is known color: Congo Brown. HEX triplet: 65, 4D and 46. RGB value is (101,77,70). Sum of RGB (Red+Green+Blue) = 101+77+70=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #654D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D46 is #9AB2B9. Grayscale: #535353. Windows color (decimal): -10138298 or 4607333. OLE color: 4607333.
HSL color Cylindrical-coordinate representation of color #654D46: hue angle of 13.55º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #654D46 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 70 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.60 |
| HSL | 13.55º | 0.18% | 0.34% | - |
| HSV(B) | 13.55º | 0.31% | 0.4% | - |
| XYZ | 9.13 | 8.52 | 6.96 | - |
| YUV | 83.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 70 | 0 | 0.24 | 0.31 | 0.60 | 13.55 | 0.18 | 0.34 |
| Hex | 65 | 4D | 46 | 0 | 18 | 1F | 3C | E | 12 | 22 |
| Octal | 145 | 115 | 106 | 0 | 30 | 37 | 74 | 16 | 22 | 42 |
| Binary | 1100101 | 1001101 | 1000110 | 0 | 11000 | 11111 | 111100 | 1110 | 10010 | 100010 |
Color Harmonies of #654D46
Complementary color
Monochromatic Colors of #654D46
Black with #654D46
Text Example
Text Example
White with #654D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D46; }
p { color: rgb(101,77,70); }
H1.HeaderClassName
{
color: #654D46;
}
.AnyTagClassName
{
color: #654D46;
}
</style>
background-color css
<style>
a { background-color: #654D46; }
a { background-color: rgb(101,77,70); }
div.DivClassName
{
background-color: #654D46;
}
.BgClassName
{
background-color: #654D46;
}
</style>
border-color css
<style>
span { border-color: #654D46; }
span { border-color: rgb(101,77,70); }
td.TdClassName
{
border-color: #654D46;
}
.TagClassName
{
border-color: #654D46;
}
</style>