Shades of Kenyan Copper #6D322A
Tints of Kenyan Copper #6D322A
RGB
CMYK
RGB Variations
Color information
#6D322A (or 0x6D322A) is known color: Kenyan Copper. HEX triplet: 6D, 32 and 2A. RGB value is (109,50,42). Sum of RGB (Red+Green+Blue) = 109+50+42=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D322A is #92CDD5. Grayscale: #424242. Windows color (decimal): -9620950 or 2765421. OLE color: 2765421.
HSL color Cylindrical-coordinate representation of color #6D322A: hue angle of 7.16º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D322A is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 42 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.57 |
| HSL | 7.16º | 0.44% | 0.3% | - |
| HSV(B) | 7.16º | 0.61% | 0.43% | - |
| XYZ | 7.87 | 5.7 | 2.88 | - |
| YUV | 66.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 42 | 0 | 0.54 | 0.61 | 0.57 | 7.16 | 0.44 | 0.3 |
| Hex | 6D | 32 | 2A | 0 | 36 | 3D | 39 | 7 | 2C | 1E |
| Octal | 155 | 62 | 52 | 0 | 66 | 75 | 71 | 7 | 54 | 36 |
| Binary | 1101101 | 110010 | 101010 | 0 | 110110 | 111101 | 111001 | 111 | 101100 | 11110 |
Color Harmonies of #6D322A
Complementary color
Monochromatic Colors of #6D322A
Black with #6D322A
Text Example
Text Example
White with #6D322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D322A; }
p { color: rgb(109,50,42); }
H1.HeaderClassName
{
color: #6D322A;
}
.AnyTagClassName
{
color: #6D322A;
}
</style>
background-color css
<style>
a { background-color: #6D322A; }
a { background-color: rgb(109,50,42); }
div.DivClassName
{
background-color: #6D322A;
}
.BgClassName
{
background-color: #6D322A;
}
</style>
border-color css
<style>
span { border-color: #6D322A; }
span { border-color: rgb(109,50,42); }
td.TdClassName
{
border-color: #6D322A;
}
.TagClassName
{
border-color: #6D322A;
}
</style>