Shades of Kenyan Copper #6E302B
Tints of Kenyan Copper #6E302B
RGB
CMYK
RGB Variations
Color information
#6E302B (or 0x6E302B) is known color: Kenyan Copper. HEX triplet: 6E, 30 and 2B. RGB value is (110,48,43). Sum of RGB (Red+Green+Blue) = 110+48+43=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E302B is #91CFD4. Grayscale: #424242. Windows color (decimal): -9555925 or 2830446. OLE color: 2830446.
HSL color Cylindrical-coordinate representation of color #6E302B: hue angle of 4.48º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E302B is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 48 | 43 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.57 |
| HSL | 4.48º | 0.44% | 0.3% | - |
| HSV(B) | 4.48º | 0.61% | 0.43% | - |
| XYZ | 7.92 | 5.6 | 2.95 | - |
| YUV | 65.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 43 | 0 | 0.56 | 0.61 | 0.57 | 4.48 | 0.44 | 0.3 |
| Hex | 6E | 30 | 2B | 0 | 38 | 3D | 39 | 4 | 2C | 1E |
| Octal | 156 | 60 | 53 | 0 | 70 | 75 | 71 | 4 | 54 | 36 |
| Binary | 1101110 | 110000 | 101011 | 0 | 111000 | 111101 | 111001 | 100 | 101100 | 11110 |
Color Harmonies of #6E302B
Complementary color
Monochromatic Colors of #6E302B
Black with #6E302B
Text Example
Text Example
White with #6E302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E302B; }
p { color: rgb(110,48,43); }
H1.HeaderClassName
{
color: #6E302B;
}
.AnyTagClassName
{
color: #6E302B;
}
</style>
background-color css
<style>
a { background-color: #6E302B; }
a { background-color: rgb(110,48,43); }
div.DivClassName
{
background-color: #6E302B;
}
.BgClassName
{
background-color: #6E302B;
}
</style>
border-color css
<style>
span { border-color: #6E302B; }
span { border-color: rgb(110,48,43); }
td.TdClassName
{
border-color: #6E302B;
}
.TagClassName
{
border-color: #6E302B;
}
</style>