Shades of Congo Brown #614B47
Tints of Congo Brown #614B47
RGB
CMYK
RGB Variations
Color information
#614B47 (or 0x614B47) is known color: Congo Brown. HEX triplet: 61, 4B and 47. RGB value is (97,75,71). Sum of RGB (Red+Green+Blue) = 97+75+71=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #614B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B47 is #9EB4B8. Grayscale: #515151. Windows color (decimal): -10400953 or 4672353. OLE color: 4672353.
HSL color Cylindrical-coordinate representation of color #614B47: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614B47 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 71 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.62 |
| HSL | 9.23º | 0.15% | 0.33% | - |
| HSV(B) | 9.23º | 0.27% | 0.38% | - |
| XYZ | 8.58 | 8.03 | 7.06 | - |
| YUV | 81.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 71 | 0 | 0.23 | 0.27 | 0.62 | 9.23 | 0.15 | 0.33 |
| Hex | 61 | 4B | 47 | 0 | 17 | 1B | 3E | 9 | F | 21 |
| Octal | 141 | 113 | 107 | 0 | 27 | 33 | 76 | 11 | 17 | 41 |
| Binary | 1100001 | 1001011 | 1000111 | 0 | 10111 | 11011 | 111110 | 1001 | 1111 | 100001 |
Color Harmonies of #614B47
Complementary color
Monochromatic Colors of #614B47
Black with #614B47
Text Example
Text Example
White with #614B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B47; }
p { color: rgb(97,75,71); }
H1.HeaderClassName
{
color: #614B47;
}
.AnyTagClassName
{
color: #614B47;
}
</style>
background-color css
<style>
a { background-color: #614B47; }
a { background-color: rgb(97,75,71); }
div.DivClassName
{
background-color: #614B47;
}
.BgClassName
{
background-color: #614B47;
}
</style>
border-color css
<style>
span { border-color: #614B47; }
span { border-color: rgb(97,75,71); }
td.TdClassName
{
border-color: #614B47;
}
.TagClassName
{
border-color: #614B47;
}
</style>