Shades of Congo Brown #614B46
Tints of Congo Brown #614B46
RGB
CMYK
RGB Variations
Color information
#614B46 (or 0x614B46) is known color: Congo Brown. HEX triplet: 61, 4B and 46. RGB value is (97,75,70). Sum of RGB (Red+Green+Blue) = 97+75+70=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #614B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B46 is #9EB4B9. Grayscale: #515151. Windows color (decimal): -10400954 or 4606817. OLE color: 4606817.
HSL color Cylindrical-coordinate representation of color #614B46: hue angle of 11.11º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #614B46 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 70 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.62 |
| HSL | 11.11º | 0.16% | 0.33% | - |
| HSV(B) | 11.11º | 0.28% | 0.38% | - |
| XYZ | 8.55 | 8.02 | 6.89 | - |
| YUV | 81.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 70 | 0 | 0.23 | 0.28 | 0.62 | 11.11 | 0.16 | 0.33 |
| Hex | 61 | 4B | 46 | 0 | 17 | 1C | 3E | B | 10 | 21 |
| Octal | 141 | 113 | 106 | 0 | 27 | 34 | 76 | 13 | 20 | 41 |
| Binary | 1100001 | 1001011 | 1000110 | 0 | 10111 | 11100 | 111110 | 1011 | 10000 | 100001 |
Color Harmonies of #614B46
Complementary color
Monochromatic Colors of #614B46
Black with #614B46
Text Example
Text Example
White with #614B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B46; }
p { color: rgb(97,75,70); }
H1.HeaderClassName
{
color: #614B46;
}
.AnyTagClassName
{
color: #614B46;
}
</style>
background-color css
<style>
a { background-color: #614B46; }
a { background-color: rgb(97,75,70); }
div.DivClassName
{
background-color: #614B46;
}
.BgClassName
{
background-color: #614B46;
}
</style>
border-color css
<style>
span { border-color: #614B46; }
span { border-color: rgb(97,75,70); }
td.TdClassName
{
border-color: #614B46;
}
.TagClassName
{
border-color: #614B46;
}
</style>