Shades of Kenyan Copper #6E3531
Tints of Kenyan Copper #6E3531
RGB
CMYK
RGB Variations
Color information
#6E3531 (or 0x6E3531) is known color: Kenyan Copper. HEX triplet: 6E, 35 and 31. RGB value is (110,53,49). Sum of RGB (Red+Green+Blue) = 110+53+49=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3531 is #91CACE. Grayscale: #454545. Windows color (decimal): -9554639 or 3224942. OLE color: 3224942.
HSL color Cylindrical-coordinate representation of color #6E3531: hue angle of 3.93º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3531 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 53 | 49 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.57 |
| HSL | 3.93º | 0.38% | 0.31% | - |
| HSV(B) | 3.93º | 0.55% | 0.43% | - |
| XYZ | 8.26 | 6.08 | 3.64 | - |
| YUV | 69.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 49 | 0 | 0.52 | 0.55 | 0.57 | 3.93 | 0.38 | 0.31 |
| Hex | 6E | 35 | 31 | 0 | 34 | 37 | 39 | 4 | 26 | 1F |
| Octal | 156 | 65 | 61 | 0 | 64 | 67 | 71 | 4 | 46 | 37 |
| Binary | 1101110 | 110101 | 110001 | 0 | 110100 | 110111 | 111001 | 100 | 100110 | 11111 |
Color Harmonies of #6E3531
Complementary color
Monochromatic Colors of #6E3531
Black with #6E3531
Text Example
Text Example
White with #6E3531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3531; }
p { color: rgb(110,53,49); }
H1.HeaderClassName
{
color: #6E3531;
}
.AnyTagClassName
{
color: #6E3531;
}
</style>
background-color css
<style>
a { background-color: #6E3531; }
a { background-color: rgb(110,53,49); }
div.DivClassName
{
background-color: #6E3531;
}
.BgClassName
{
background-color: #6E3531;
}
</style>
border-color css
<style>
span { border-color: #6E3531; }
span { border-color: rgb(110,53,49); }
td.TdClassName
{
border-color: #6E3531;
}
.TagClassName
{
border-color: #6E3531;
}
</style>