Shades of Copper Canyon #6D4130
Tints of Copper Canyon #6D4130
RGB
CMYK
RGB Variations
Color information
#6D4130 (or 0x6D4130) is known color: Copper Canyon. HEX triplet: 6D, 41 and 30. RGB value is (109,65,48). Sum of RGB (Red+Green+Blue) = 109+65+48=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4130 is #92BECF. Grayscale: #4C4C4C. Windows color (decimal): -9617104 or 3162477. OLE color: 3162477.
HSL color Cylindrical-coordinate representation of color #6D4130: hue angle of 16.72º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4130 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 48 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.57 |
| HSL | 16.72º | 0.39% | 0.31% | - |
| HSV(B) | 16.72º | 0.56% | 0.43% | - |
| XYZ | 8.73 | 7.25 | 3.73 | - |
| YUV | 76.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 48 | 0 | 0.40 | 0.56 | 0.57 | 16.72 | 0.39 | 0.31 |
| Hex | 6D | 41 | 30 | 0 | 28 | 38 | 39 | 11 | 27 | 1F |
| Octal | 155 | 101 | 60 | 0 | 50 | 70 | 71 | 21 | 47 | 37 |
| Binary | 1101101 | 1000001 | 110000 | 0 | 101000 | 111000 | 111001 | 10001 | 100111 | 11111 |
Color Harmonies of #6D4130
Complementary color
Monochromatic Colors of #6D4130
Black with #6D4130
Text Example
Text Example
White with #6D4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4130; }
p { color: rgb(109,65,48); }
H1.HeaderClassName
{
color: #6D4130;
}
.AnyTagClassName
{
color: #6D4130;
}
</style>
background-color css
<style>
a { background-color: #6D4130; }
a { background-color: rgb(109,65,48); }
div.DivClassName
{
background-color: #6D4130;
}
.BgClassName
{
background-color: #6D4130;
}
</style>
border-color css
<style>
span { border-color: #6D4130; }
span { border-color: rgb(109,65,48); }
td.TdClassName
{
border-color: #6D4130;
}
.TagClassName
{
border-color: #6D4130;
}
</style>