Shades of Copper Canyon #6F402F
Tints of Copper Canyon #6F402F
RGB
CMYK
RGB Variations
Color information
#6F402F (or 0x6F402F) is known color: Copper Canyon. HEX triplet: 6F, 40 and 2F. RGB value is (111,64,47). Sum of RGB (Red+Green+Blue) = 111+64+47=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F402F is #90BFD0. Grayscale: #4C4C4C. Windows color (decimal): -9486289 or 3096687. OLE color: 3096687.
HSL color Cylindrical-coordinate representation of color #6F402F: hue angle of 15.94º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F402F is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 47 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.56 |
| HSL | 15.94º | 0.41% | 0.31% | - |
| HSV(B) | 15.94º | 0.58% | 0.44% | - |
| XYZ | 8.9 | 7.25 | 3.62 | - |
| YUV | 76.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 47 | 0 | 0.42 | 0.58 | 0.56 | 15.94 | 0.41 | 0.31 |
| Hex | 6F | 40 | 2F | 0 | 2A | 3A | 38 | 10 | 29 | 1F |
| Octal | 157 | 100 | 57 | 0 | 52 | 72 | 70 | 20 | 51 | 37 |
| Binary | 1101111 | 1000000 | 101111 | 0 | 101010 | 111010 | 111000 | 10000 | 101001 | 11111 |
Color Harmonies of #6F402F
Complementary color
Monochromatic Colors of #6F402F
Black with #6F402F
Text Example
Text Example
White with #6F402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F402F; }
p { color: rgb(111,64,47); }
H1.HeaderClassName
{
color: #6F402F;
}
.AnyTagClassName
{
color: #6F402F;
}
</style>
background-color css
<style>
a { background-color: #6F402F; }
a { background-color: rgb(111,64,47); }
div.DivClassName
{
background-color: #6F402F;
}
.BgClassName
{
background-color: #6F402F;
}
</style>
border-color css
<style>
span { border-color: #6F402F; }
span { border-color: rgb(111,64,47); }
td.TdClassName
{
border-color: #6F402F;
}
.TagClassName
{
border-color: #6F402F;
}
</style>