Shades of Copper Canyon #6E402F
Tints of Copper Canyon #6E402F
RGB
CMYK
RGB Variations
Color information
#6E402F (or 0x6E402F) is known color: Copper Canyon. HEX triplet: 6E, 40 and 2F. RGB value is (110,64,47). Sum of RGB (Red+Green+Blue) = 110+64+47=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E402F is #91BFD0. Grayscale: #4B4B4B. Windows color (decimal): -9551825 or 3096686. OLE color: 3096686.
HSL color Cylindrical-coordinate representation of color #6E402F: hue angle of 16.19º 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 #6E402F is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 47 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.57 |
| HSL | 16.19º | 0.4% | 0.31% | - |
| HSV(B) | 16.19º | 0.57% | 0.43% | - |
| XYZ | 8.78 | 7.19 | 3.61 | - |
| YUV | 75.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 47 | 0 | 0.42 | 0.57 | 0.57 | 16.19 | 0.4 | 0.31 |
| Hex | 6E | 40 | 2F | 0 | 2A | 39 | 39 | 10 | 28 | 1F |
| Octal | 156 | 100 | 57 | 0 | 52 | 71 | 71 | 20 | 50 | 37 |
| Binary | 1101110 | 1000000 | 101111 | 0 | 101010 | 111001 | 111001 | 10000 | 101000 | 11111 |
Color Harmonies of #6E402F
Complementary color
Monochromatic Colors of #6E402F
Black with #6E402F
Text Example
Text Example
White with #6E402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E402F; }
p { color: rgb(110,64,47); }
H1.HeaderClassName
{
color: #6E402F;
}
.AnyTagClassName
{
color: #6E402F;
}
</style>
background-color css
<style>
a { background-color: #6E402F; }
a { background-color: rgb(110,64,47); }
div.DivClassName
{
background-color: #6E402F;
}
.BgClassName
{
background-color: #6E402F;
}
</style>
border-color css
<style>
span { border-color: #6E402F; }
span { border-color: rgb(110,64,47); }
td.TdClassName
{
border-color: #6E402F;
}
.TagClassName
{
border-color: #6E402F;
}
</style>