Shades of Congo Brown #614B4B
Tints of Congo Brown #614B4B
RGB
CMYK
RGB Variations
Color information
#614B4B (or 0x614B4B) is known color: Congo Brown. HEX triplet: 61, 4B and 4B. RGB value is (97,75,75). Sum of RGB (Red+Green+Blue) = 97+75+75=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B4B is #9EB4B4. Grayscale: #515151. Windows color (decimal): -10400949 or 4934497. OLE color: 4934497.
HSL color Cylindrical-coordinate representation of color #614B4B: hue angle of 0º 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 #614B4B is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 75 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.62 |
| HSL | 0º | 0.13% | 0.34% | - |
| HSV(B) | 0º | 0.23% | 0.38% | - |
| XYZ | 8.72 | 8.08 | 7.76 | - |
| YUV | 81.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 75 | 0 | 0.23 | 0.23 | 0.62 | 0 | 0.13 | 0.34 |
| Hex | 61 | 4B | 4B | 0 | 17 | 17 | 3E | 0 | D | 22 |
| Octal | 141 | 113 | 113 | 0 | 27 | 27 | 76 | 0 | 15 | 42 |
| Binary | 1100001 | 1001011 | 1001011 | 0 | 10111 | 10111 | 111110 | 0 | 1101 | 100010 |
Color Harmonies of #614B4B
Complementary color
Monochromatic Colors of #614B4B
Black with #614B4B
Text Example
Text Example
White with #614B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B4B; }
p { color: rgb(97,75,75); }
H1.HeaderClassName
{
color: #614B4B;
}
.AnyTagClassName
{
color: #614B4B;
}
</style>
background-color css
<style>
a { background-color: #614B4B; }
a { background-color: rgb(97,75,75); }
div.DivClassName
{
background-color: #614B4B;
}
.BgClassName
{
background-color: #614B4B;
}
</style>
border-color css
<style>
span { border-color: #614B4B; }
span { border-color: rgb(97,75,75); }
td.TdClassName
{
border-color: #614B4B;
}
.TagClassName
{
border-color: #614B4B;
}
</style>