Shades of Congo Brown #67514B
Tints of Congo Brown #67514B
RGB
CMYK
RGB Variations
Color information
#67514B (or 0x67514B) is known color: Congo Brown. HEX triplet: 67, 51 and 4B. RGB value is (103,81,75). Sum of RGB (Red+Green+Blue) = 103+81+75=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #67514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67514B is #98AEB4. Grayscale: #565656. Windows color (decimal): -10006197 or 4936039. OLE color: 4936039.
HSL color Cylindrical-coordinate representation of color #67514B: hue angle of 12.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67514B is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 75 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.60 |
| HSL | 12.86º | 0.16% | 0.35% | - |
| HSV(B) | 12.86º | 0.27% | 0.4% | - |
| XYZ | 9.81 | 9.28 | 7.93 | - |
| YUV | 86.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 75 | 0 | 0.21 | 0.27 | 0.60 | 12.86 | 0.16 | 0.35 |
| Hex | 67 | 51 | 4B | 0 | 15 | 1B | 3C | D | 10 | 23 |
| Octal | 147 | 121 | 113 | 0 | 25 | 33 | 74 | 15 | 20 | 43 |
| Binary | 1100111 | 1010001 | 1001011 | 0 | 10101 | 11011 | 111100 | 1101 | 10000 | 100011 |
Color Harmonies of #67514B
Complementary color
Monochromatic Colors of #67514B
Black with #67514B
Text Example
Text Example
White with #67514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67514B; }
p { color: rgb(103,81,75); }
H1.HeaderClassName
{
color: #67514B;
}
.AnyTagClassName
{
color: #67514B;
}
</style>
background-color css
<style>
a { background-color: #67514B; }
a { background-color: rgb(103,81,75); }
div.DivClassName
{
background-color: #67514B;
}
.BgClassName
{
background-color: #67514B;
}
</style>
border-color css
<style>
span { border-color: #67514B; }
span { border-color: rgb(103,81,75); }
td.TdClassName
{
border-color: #67514B;
}
.TagClassName
{
border-color: #67514B;
}
</style>