Shades of Congo Brown #614A48
Tints of Congo Brown #614A48
RGB
CMYK
RGB Variations
Color information
#614A48 (or 0x614A48) is known color: Congo Brown. HEX triplet: 61, 4A and 48. RGB value is (97,74,72). Sum of RGB (Red+Green+Blue) = 97+74+72=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #614A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A48 is #9EB5B7. Grayscale: #505050. Windows color (decimal): -10401208 or 4737633. OLE color: 4737633.
HSL color Cylindrical-coordinate representation of color #614A48: hue angle of 4.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #614A48 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 72 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.62 |
| HSL | 4.8º | 0.15% | 0.33% | - |
| HSV(B) | 4.8º | 0.26% | 0.38% | - |
| XYZ | 8.55 | 7.91 | 7.21 | - |
| YUV | 80.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 72 | 0 | 0.24 | 0.26 | 0.62 | 4.8 | 0.15 | 0.33 |
| Hex | 61 | 4A | 48 | 0 | 18 | 1A | 3E | 5 | F | 21 |
| Octal | 141 | 112 | 110 | 0 | 30 | 32 | 76 | 5 | 17 | 41 |
| Binary | 1100001 | 1001010 | 1001000 | 0 | 11000 | 11010 | 111110 | 101 | 1111 | 100001 |
Color Harmonies of #614A48
Complementary color
Monochromatic Colors of #614A48
Black with #614A48
Text Example
Text Example
White with #614A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A48; }
p { color: rgb(97,74,72); }
H1.HeaderClassName
{
color: #614A48;
}
.AnyTagClassName
{
color: #614A48;
}
</style>
background-color css
<style>
a { background-color: #614A48; }
a { background-color: rgb(97,74,72); }
div.DivClassName
{
background-color: #614A48;
}
.BgClassName
{
background-color: #614A48;
}
</style>
border-color css
<style>
span { border-color: #614A48; }
span { border-color: rgb(97,74,72); }
td.TdClassName
{
border-color: #614A48;
}
.TagClassName
{
border-color: #614A48;
}
</style>