Shades of Congo Brown #61504E
Tints of Congo Brown #61504E
RGB
CMYK
RGB Variations
Color information
#61504E (or 0x61504E) is known color: Congo Brown. HEX triplet: 61, 50 and 4E. RGB value is (97,80,78). Sum of RGB (Red+Green+Blue) = 97+80+78=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #61504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61504E is #9EAFB1. Grayscale: #545454. Windows color (decimal): -10399666 or 5132385. OLE color: 5132385.
HSL color Cylindrical-coordinate representation of color #61504E: hue angle of 6.32º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61504E is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 80 | 78 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.62 |
| HSL | 6.32º | 0.11% | 0.34% | - |
| HSV(B) | 6.32º | 0.2% | 0.38% | - |
| XYZ | 9.17 | 8.83 | 8.43 | - |
| YUV | 84.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 78 | 0 | 0.18 | 0.20 | 0.62 | 6.32 | 0.11 | 0.34 |
| Hex | 61 | 50 | 4E | 0 | 12 | 14 | 3E | 6 | B | 22 |
| Octal | 141 | 120 | 116 | 0 | 22 | 24 | 76 | 6 | 13 | 42 |
| Binary | 1100001 | 1010000 | 1001110 | 0 | 10010 | 10100 | 111110 | 110 | 1011 | 100010 |
Color Harmonies of #61504E
Complementary color
Monochromatic Colors of #61504E
Black with #61504E
Text Example
Text Example
White with #61504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61504E; }
p { color: rgb(97,80,78); }
H1.HeaderClassName
{
color: #61504E;
}
.AnyTagClassName
{
color: #61504E;
}
</style>
background-color css
<style>
a { background-color: #61504E; }
a { background-color: rgb(97,80,78); }
div.DivClassName
{
background-color: #61504E;
}
.BgClassName
{
background-color: #61504E;
}
</style>
border-color css
<style>
span { border-color: #61504E; }
span { border-color: rgb(97,80,78); }
td.TdClassName
{
border-color: #61504E;
}
.TagClassName
{
border-color: #61504E;
}
</style>