Shades of Kenyan Copper #6E312F
Tints of Kenyan Copper #6E312F
RGB
CMYK
RGB Variations
Color information
#6E312F (or 0x6E312F) is known color: Kenyan Copper. HEX triplet: 6E, 31 and 2F. RGB value is (110,49,47). Sum of RGB (Red+Green+Blue) = 110+49+47=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E312F is #91CED0. Grayscale: #434343. Windows color (decimal): -9555665 or 3092846. OLE color: 3092846.
HSL color Cylindrical-coordinate representation of color #6E312F: hue angle of 1.9º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E312F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 47 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.57 |
| HSL | 1.9º | 0.4% | 0.31% | - |
| HSV(B) | 1.9º | 0.57% | 0.43% | - |
| XYZ | 8.04 | 5.72 | 3.37 | - |
| YUV | 67.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 47 | 0 | 0.55 | 0.57 | 0.57 | 1.9 | 0.4 | 0.31 |
| Hex | 6E | 31 | 2F | 0 | 37 | 39 | 39 | 2 | 28 | 1F |
| Octal | 156 | 61 | 57 | 0 | 67 | 71 | 71 | 2 | 50 | 37 |
| Binary | 1101110 | 110001 | 101111 | 0 | 110111 | 111001 | 111001 | 10 | 101000 | 11111 |
Color Harmonies of #6E312F
Complementary color
Monochromatic Colors of #6E312F
Black with #6E312F
Text Example
Text Example
White with #6E312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E312F; }
p { color: rgb(110,49,47); }
H1.HeaderClassName
{
color: #6E312F;
}
.AnyTagClassName
{
color: #6E312F;
}
</style>
background-color css
<style>
a { background-color: #6E312F; }
a { background-color: rgb(110,49,47); }
div.DivClassName
{
background-color: #6E312F;
}
.BgClassName
{
background-color: #6E312F;
}
</style>
border-color css
<style>
span { border-color: #6E312F; }
span { border-color: rgb(110,49,47); }
td.TdClassName
{
border-color: #6E312F;
}
.TagClassName
{
border-color: #6E312F;
}
</style>