Shades of Kenyan Copper #6E332D
Tints of Kenyan Copper #6E332D
RGB
CMYK
RGB Variations
Color information
#6E332D (or 0x6E332D) is known color: Kenyan Copper. HEX triplet: 6E, 33 and 2D. RGB value is (110,51,45). Sum of RGB (Red+Green+Blue) = 110+51+45=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E332D is #91CCD2. Grayscale: #444444. Windows color (decimal): -9555155 or 2962286. OLE color: 2962286.
HSL color Cylindrical-coordinate representation of color #6E332D: hue angle of 5.54º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E332D is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 45 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.57 |
| HSL | 5.54º | 0.42% | 0.3% | - |
| HSV(B) | 5.54º | 0.59% | 0.43% | - |
| XYZ | 8.09 | 5.87 | 3.19 | - |
| YUV | 67.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 45 | 0 | 0.54 | 0.59 | 0.57 | 5.54 | 0.42 | 0.3 |
| Hex | 6E | 33 | 2D | 0 | 36 | 3B | 39 | 6 | 2A | 1E |
| Octal | 156 | 63 | 55 | 0 | 66 | 73 | 71 | 6 | 52 | 36 |
| Binary | 1101110 | 110011 | 101101 | 0 | 110110 | 111011 | 111001 | 110 | 101010 | 11110 |
Color Harmonies of #6E332D
Complementary color
Monochromatic Colors of #6E332D
Black with #6E332D
Text Example
Text Example
White with #6E332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E332D; }
p { color: rgb(110,51,45); }
H1.HeaderClassName
{
color: #6E332D;
}
.AnyTagClassName
{
color: #6E332D;
}
</style>
background-color css
<style>
a { background-color: #6E332D; }
a { background-color: rgb(110,51,45); }
div.DivClassName
{
background-color: #6E332D;
}
.BgClassName
{
background-color: #6E332D;
}
</style>
border-color css
<style>
span { border-color: #6E332D; }
span { border-color: rgb(110,51,45); }
td.TdClassName
{
border-color: #6E332D;
}
.TagClassName
{
border-color: #6E332D;
}
</style>