Shades of Copper Canyon #6F4130
Tints of Copper Canyon #6F4130
RGB
CMYK
RGB Variations
Color information
#6F4130 (or 0x6F4130) is known color: Copper Canyon. HEX triplet: 6F, 41 and 30. RGB value is (111,65,48). Sum of RGB (Red+Green+Blue) = 111+65+48=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4130 is #90BECF. Grayscale: #4C4C4C. Windows color (decimal): -9486032 or 3162479. OLE color: 3162479.
HSL color Cylindrical-coordinate representation of color #6F4130: hue angle of 16.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F4130 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 48 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.56 |
| HSL | 16.19º | 0.4% | 0.31% | - |
| HSV(B) | 16.19º | 0.57% | 0.44% | - |
| XYZ | 8.98 | 7.37 | 3.75 | - |
| YUV | 76.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 48 | 0 | 0.41 | 0.57 | 0.56 | 16.19 | 0.4 | 0.31 |
| Hex | 6F | 41 | 30 | 0 | 29 | 39 | 38 | 10 | 28 | 1F |
| Octal | 157 | 101 | 60 | 0 | 51 | 71 | 70 | 20 | 50 | 37 |
| Binary | 1101111 | 1000001 | 110000 | 0 | 101001 | 111001 | 111000 | 10000 | 101000 | 11111 |
Color Harmonies of #6F4130
Complementary color
Monochromatic Colors of #6F4130
Black with #6F4130
Text Example
Text Example
White with #6F4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4130; }
p { color: rgb(111,65,48); }
H1.HeaderClassName
{
color: #6F4130;
}
.AnyTagClassName
{
color: #6F4130;
}
</style>
background-color css
<style>
a { background-color: #6F4130; }
a { background-color: rgb(111,65,48); }
div.DivClassName
{
background-color: #6F4130;
}
.BgClassName
{
background-color: #6F4130;
}
</style>
border-color css
<style>
span { border-color: #6F4130; }
span { border-color: rgb(111,65,48); }
td.TdClassName
{
border-color: #6F4130;
}
.TagClassName
{
border-color: #6F4130;
}
</style>