Shades of Congo Brown #67534F
Tints of Congo Brown #67534F
RGB
CMYK
RGB Variations
Color information
#67534F (or 0x67534F) is known color: Congo Brown. HEX triplet: 67, 53 and 4F. RGB value is (103,83,79). Sum of RGB (Red+Green+Blue) = 103+83+79=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #67534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67534F is #98ACB0. Grayscale: #585858. Windows color (decimal): -10005681 or 5198695. OLE color: 5198695.
HSL color Cylindrical-coordinate representation of color #67534F: hue angle of 10º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67534F is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 79 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.60 |
| HSL | 10º | 0.13% | 0.36% | - |
| HSV(B) | 10º | 0.23% | 0.4% | - |
| XYZ | 10.1 | 9.63 | 8.72 | - |
| YUV | 88.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 79 | 0 | 0.19 | 0.23 | 0.60 | 10 | 0.13 | 0.36 |
| Hex | 67 | 53 | 4F | 0 | 13 | 17 | 3C | A | D | 24 |
| Octal | 147 | 123 | 117 | 0 | 23 | 27 | 74 | 12 | 15 | 44 |
| Binary | 1100111 | 1010011 | 1001111 | 0 | 10011 | 10111 | 111100 | 1010 | 1101 | 100100 |
Color Harmonies of #67534F
Complementary color
Monochromatic Colors of #67534F
Black with #67534F
Text Example
Text Example
White with #67534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67534F; }
p { color: rgb(103,83,79); }
H1.HeaderClassName
{
color: #67534F;
}
.AnyTagClassName
{
color: #67534F;
}
</style>
background-color css
<style>
a { background-color: #67534F; }
a { background-color: rgb(103,83,79); }
div.DivClassName
{
background-color: #67534F;
}
.BgClassName
{
background-color: #67534F;
}
</style>
border-color css
<style>
span { border-color: #67534F; }
span { border-color: rgb(103,83,79); }
td.TdClassName
{
border-color: #67534F;
}
.TagClassName
{
border-color: #67534F;
}
</style>