Shades of Congo Brown #61534F
Tints of Congo Brown #61534F
RGB
CMYK
RGB Variations
Color information
#61534F (or 0x61534F) is known color: Congo Brown. HEX triplet: 61, 53 and 4F. RGB value is (97,83,79). Sum of RGB (Red+Green+Blue) = 97+83+79=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61534F is #9EACB0. Grayscale: #565656. Windows color (decimal): -10398897 or 5198689. OLE color: 5198689.
HSL color Cylindrical-coordinate representation of color #61534F: hue angle of 13.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61534F is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 79 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.62 |
| HSL | 13.33º | 0.1% | 0.35% | - |
| HSV(B) | 13.33º | 0.19% | 0.38% | - |
| XYZ | 9.43 | 9.29 | 8.69 | - |
| YUV | 86.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 79 | 0 | 0.14 | 0.19 | 0.62 | 13.33 | 0.1 | 0.35 |
| Hex | 61 | 53 | 4F | 0 | E | 13 | 3E | D | A | 23 |
| Octal | 141 | 123 | 117 | 0 | 16 | 23 | 76 | 15 | 12 | 43 |
| Binary | 1100001 | 1010011 | 1001111 | 0 | 1110 | 10011 | 111110 | 1101 | 1010 | 100011 |
Color Harmonies of #61534F
Complementary color
Monochromatic Colors of #61534F
Black with #61534F
Text Example
Text Example
White with #61534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61534F; }
p { color: rgb(97,83,79); }
H1.HeaderClassName
{
color: #61534F;
}
.AnyTagClassName
{
color: #61534F;
}
</style>
background-color css
<style>
a { background-color: #61534F; }
a { background-color: rgb(97,83,79); }
div.DivClassName
{
background-color: #61534F;
}
.BgClassName
{
background-color: #61534F;
}
</style>
border-color css
<style>
span { border-color: #61534F; }
span { border-color: rgb(97,83,79); }
td.TdClassName
{
border-color: #61534F;
}
.TagClassName
{
border-color: #61534F;
}
</style>