Shades of Congo Brown #614C4B
Tints of Congo Brown #614C4B
RGB
CMYK
RGB Variations
Color information
#614C4B (or 0x614C4B) is known color: Congo Brown. HEX triplet: 61, 4C and 4B. RGB value is (97,76,75). Sum of RGB (Red+Green+Blue) = 97+76+75=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #614C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C4B is #9EB3B4. Grayscale: #525252. Windows color (decimal): -10400693 or 4934753. OLE color: 4934753.
HSL color Cylindrical-coordinate representation of color #614C4B: hue angle of 2.73º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614C4B is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 75 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.62 |
| HSL | 2.73º | 0.13% | 0.34% | - |
| HSV(B) | 2.73º | 0.23% | 0.38% | - |
| XYZ | 8.78 | 8.22 | 7.78 | - |
| YUV | 82.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 75 | 0 | 0.22 | 0.23 | 0.62 | 2.73 | 0.13 | 0.34 |
| Hex | 61 | 4C | 4B | 0 | 16 | 17 | 3E | 3 | D | 22 |
| Octal | 141 | 114 | 113 | 0 | 26 | 27 | 76 | 3 | 15 | 42 |
| Binary | 1100001 | 1001100 | 1001011 | 0 | 10110 | 10111 | 111110 | 11 | 1101 | 100010 |
Color Harmonies of #614C4B
Complementary color
Monochromatic Colors of #614C4B
Black with #614C4B
Text Example
Text Example
White with #614C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C4B; }
p { color: rgb(97,76,75); }
H1.HeaderClassName
{
color: #614C4B;
}
.AnyTagClassName
{
color: #614C4B;
}
</style>
background-color css
<style>
a { background-color: #614C4B; }
a { background-color: rgb(97,76,75); }
div.DivClassName
{
background-color: #614C4B;
}
.BgClassName
{
background-color: #614C4B;
}
</style>
border-color css
<style>
span { border-color: #614C4B; }
span { border-color: rgb(97,76,75); }
td.TdClassName
{
border-color: #614C4B;
}
.TagClassName
{
border-color: #614C4B;
}
</style>