Shades of Congo Brown #67514E
Tints of Congo Brown #67514E
RGB
CMYK
RGB Variations
Color information
#67514E (or 0x67514E) is known color: Congo Brown. HEX triplet: 67, 51 and 4E. RGB value is (103,81,78). Sum of RGB (Red+Green+Blue) = 103+81+78=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 103 - color contains mainly: red. Hex color #67514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67514E is #98AEB1. Grayscale: #575757. Windows color (decimal): -10006194 or 5132647. OLE color: 5132647.
HSL color Cylindrical-coordinate representation of color #67514E: hue angle of 7.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67514E is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 78 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.60 |
| HSL | 7.2º | 0.14% | 0.35% | - |
| HSV(B) | 7.2º | 0.24% | 0.4% | - |
| XYZ | 9.91 | 9.32 | 8.48 | - |
| YUV | 87.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 78 | 0 | 0.21 | 0.24 | 0.60 | 7.2 | 0.14 | 0.35 |
| Hex | 67 | 51 | 4E | 0 | 15 | 18 | 3C | 7 | E | 23 |
| Octal | 147 | 121 | 116 | 0 | 25 | 30 | 74 | 7 | 16 | 43 |
| Binary | 1100111 | 1010001 | 1001110 | 0 | 10101 | 11000 | 111100 | 111 | 1110 | 100011 |
Color Harmonies of #67514E
Complementary color
Monochromatic Colors of #67514E
Black with #67514E
Text Example
Text Example
White with #67514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67514E; }
p { color: rgb(103,81,78); }
H1.HeaderClassName
{
color: #67514E;
}
.AnyTagClassName
{
color: #67514E;
}
</style>
background-color css
<style>
a { background-color: #67514E; }
a { background-color: rgb(103,81,78); }
div.DivClassName
{
background-color: #67514E;
}
.BgClassName
{
background-color: #67514E;
}
</style>
border-color css
<style>
span { border-color: #67514E; }
span { border-color: rgb(103,81,78); }
td.TdClassName
{
border-color: #67514E;
}
.TagClassName
{
border-color: #67514E;
}
</style>