Shades of Kenyan Copper #6D332C
Tints of Kenyan Copper #6D332C
RGB
CMYK
RGB Variations
Color information
#6D332C (or 0x6D332C) is known color: Kenyan Copper. HEX triplet: 6D, 33 and 2C. RGB value is (109,51,44). Sum of RGB (Red+Green+Blue) = 109+51+44=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D332C is #92CCD3. Grayscale: #434343. Windows color (decimal): -9620692 or 2896749. OLE color: 2896749.
HSL color Cylindrical-coordinate representation of color #6D332C: hue angle of 6.46º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D332C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 44 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.57 |
| HSL | 6.46º | 0.42% | 0.3% | - |
| HSV(B) | 6.46º | 0.6% | 0.43% | - |
| XYZ | 7.95 | 5.8 | 3.08 | - |
| YUV | 67.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 44 | 0 | 0.53 | 0.60 | 0.57 | 6.46 | 0.42 | 0.3 |
| Hex | 6D | 33 | 2C | 0 | 35 | 3C | 39 | 6 | 2A | 1E |
| Octal | 155 | 63 | 54 | 0 | 65 | 74 | 71 | 6 | 52 | 36 |
| Binary | 1101101 | 110011 | 101100 | 0 | 110101 | 111100 | 111001 | 110 | 101010 | 11110 |
Color Harmonies of #6D332C
Complementary color
Monochromatic Colors of #6D332C
Black with #6D332C
Text Example
Text Example
White with #6D332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D332C; }
p { color: rgb(109,51,44); }
H1.HeaderClassName
{
color: #6D332C;
}
.AnyTagClassName
{
color: #6D332C;
}
</style>
background-color css
<style>
a { background-color: #6D332C; }
a { background-color: rgb(109,51,44); }
div.DivClassName
{
background-color: #6D332C;
}
.BgClassName
{
background-color: #6D332C;
}
</style>
border-color css
<style>
span { border-color: #6D332C; }
span { border-color: rgb(109,51,44); }
td.TdClassName
{
border-color: #6D332C;
}
.TagClassName
{
border-color: #6D332C;
}
</style>