Shades of Congo Brown #67534C
Tints of Congo Brown #67534C
RGB
CMYK
RGB Variations
Color information
#67534C (or 0x67534C) is known color: Congo Brown. HEX triplet: 67, 53 and 4C. RGB value is (103,83,76). Sum of RGB (Red+Green+Blue) = 103+83+76=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 103 - color contains mainly: red. Hex color #67534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67534C is #98ACB3. Grayscale: #585858. Windows color (decimal): -10005684 or 5002087. OLE color: 5002087.
HSL color Cylindrical-coordinate representation of color #67534C: hue angle of 15.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67534C is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 76 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.60 |
| HSL | 15.56º | 0.15% | 0.35% | - |
| HSV(B) | 15.56º | 0.26% | 0.4% | - |
| XYZ | 9.99 | 9.59 | 8.16 | - |
| YUV | 88.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 76 | 0 | 0.19 | 0.26 | 0.60 | 15.56 | 0.15 | 0.35 |
| Hex | 67 | 53 | 4C | 0 | 13 | 1A | 3C | 10 | F | 23 |
| Octal | 147 | 123 | 114 | 0 | 23 | 32 | 74 | 20 | 17 | 43 |
| Binary | 1100111 | 1010011 | 1001100 | 0 | 10011 | 11010 | 111100 | 10000 | 1111 | 100011 |
Color Harmonies of #67534C
Complementary color
Monochromatic Colors of #67534C
Black with #67534C
Text Example
Text Example
White with #67534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67534C; }
p { color: rgb(103,83,76); }
H1.HeaderClassName
{
color: #67534C;
}
.AnyTagClassName
{
color: #67534C;
}
</style>
background-color css
<style>
a { background-color: #67534C; }
a { background-color: rgb(103,83,76); }
div.DivClassName
{
background-color: #67534C;
}
.BgClassName
{
background-color: #67534C;
}
</style>
border-color css
<style>
span { border-color: #67534C; }
span { border-color: rgb(103,83,76); }
td.TdClassName
{
border-color: #67534C;
}
.TagClassName
{
border-color: #67534C;
}
</style>