Shades of Congo Brown #61504C
Tints of Congo Brown #61504C
RGB
CMYK
RGB Variations
Color information
#61504C (or 0x61504C) is known color: Congo Brown. HEX triplet: 61, 50 and 4C. RGB value is (97,80,76). Sum of RGB (Red+Green+Blue) = 97+80+76=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #61504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61504C is #9EAFB3. Grayscale: #545454. Windows color (decimal): -10399668 or 5001313. OLE color: 5001313.
HSL color Cylindrical-coordinate representation of color #61504C: hue angle of 11.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61504C is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 80 | 76 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.62 |
| HSL | 11.43º | 0.12% | 0.34% | - |
| HSV(B) | 11.43º | 0.22% | 0.38% | - |
| XYZ | 9.1 | 8.8 | 8.06 | - |
| YUV | 84.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 76 | 0 | 0.18 | 0.22 | 0.62 | 11.43 | 0.12 | 0.34 |
| Hex | 61 | 50 | 4C | 0 | 12 | 16 | 3E | B | C | 22 |
| Octal | 141 | 120 | 114 | 0 | 22 | 26 | 76 | 13 | 14 | 42 |
| Binary | 1100001 | 1010000 | 1001100 | 0 | 10010 | 10110 | 111110 | 1011 | 1100 | 100010 |
Color Harmonies of #61504C
Complementary color
Monochromatic Colors of #61504C
Black with #61504C
Text Example
Text Example
White with #61504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61504C; }
p { color: rgb(97,80,76); }
H1.HeaderClassName
{
color: #61504C;
}
.AnyTagClassName
{
color: #61504C;
}
</style>
background-color css
<style>
a { background-color: #61504C; }
a { background-color: rgb(97,80,76); }
div.DivClassName
{
background-color: #61504C;
}
.BgClassName
{
background-color: #61504C;
}
</style>
border-color css
<style>
span { border-color: #61504C; }
span { border-color: rgb(97,80,76); }
td.TdClassName
{
border-color: #61504C;
}
.TagClassName
{
border-color: #61504C;
}
</style>