Shades of Kenyan Copper #6D322D
Tints of Kenyan Copper #6D322D
RGB
CMYK
RGB Variations
Color information
#6D322D (or 0x6D322D) is known color: Kenyan Copper. HEX triplet: 6D, 32 and 2D. RGB value is (109,50,45). Sum of RGB (Red+Green+Blue) = 109+50+45=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D322D is #92CDD2. Grayscale: #434343. Windows color (decimal): -9620947 or 2962029. OLE color: 2962029.
HSL color Cylindrical-coordinate representation of color #6D322D: hue angle of 4.69º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D322D is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 45 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.57 |
| HSL | 4.69º | 0.42% | 0.3% | - |
| HSV(B) | 4.69º | 0.59% | 0.43% | - |
| XYZ | 7.92 | 5.72 | 3.17 | - |
| YUV | 67.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 45 | 0 | 0.54 | 0.59 | 0.57 | 4.69 | 0.42 | 0.3 |
| Hex | 6D | 32 | 2D | 0 | 36 | 3B | 39 | 5 | 2A | 1E |
| Octal | 155 | 62 | 55 | 0 | 66 | 73 | 71 | 5 | 52 | 36 |
| Binary | 1101101 | 110010 | 101101 | 0 | 110110 | 111011 | 111001 | 101 | 101010 | 11110 |
Color Harmonies of #6D322D
Complementary color
Monochromatic Colors of #6D322D
Black with #6D322D
Text Example
Text Example
White with #6D322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D322D; }
p { color: rgb(109,50,45); }
H1.HeaderClassName
{
color: #6D322D;
}
.AnyTagClassName
{
color: #6D322D;
}
</style>
background-color css
<style>
a { background-color: #6D322D; }
a { background-color: rgb(109,50,45); }
div.DivClassName
{
background-color: #6D322D;
}
.BgClassName
{
background-color: #6D322D;
}
</style>
border-color css
<style>
span { border-color: #6D322D; }
span { border-color: rgb(109,50,45); }
td.TdClassName
{
border-color: #6D322D;
}
.TagClassName
{
border-color: #6D322D;
}
</style>