Shades of Kenyan Copper #6D322F
Tints of Kenyan Copper #6D322F
RGB
CMYK
RGB Variations
Color information
#6D322F (or 0x6D322F) is known color: Kenyan Copper. HEX triplet: 6D, 32 and 2F. RGB value is (109,50,47). Sum of RGB (Red+Green+Blue) = 109+50+47=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D322F is #92CDD0. Grayscale: #434343. Windows color (decimal): -9620945 or 3093101. OLE color: 3093101.
HSL color Cylindrical-coordinate representation of color #6D322F: hue angle of 2.9º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D322F is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 47 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.57 |
| HSL | 2.9º | 0.4% | 0.31% | - |
| HSV(B) | 2.9º | 0.57% | 0.43% | - |
| XYZ | 7.96 | 5.74 | 3.38 | - |
| YUV | 67.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 47 | 0 | 0.54 | 0.57 | 0.57 | 2.9 | 0.4 | 0.31 |
| Hex | 6D | 32 | 2F | 0 | 36 | 39 | 39 | 3 | 28 | 1F |
| Octal | 155 | 62 | 57 | 0 | 66 | 71 | 71 | 3 | 50 | 37 |
| Binary | 1101101 | 110010 | 101111 | 0 | 110110 | 111001 | 111001 | 11 | 101000 | 11111 |
Color Harmonies of #6D322F
Complementary color
Monochromatic Colors of #6D322F
Black with #6D322F
Text Example
Text Example
White with #6D322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D322F; }
p { color: rgb(109,50,47); }
H1.HeaderClassName
{
color: #6D322F;
}
.AnyTagClassName
{
color: #6D322F;
}
</style>
background-color css
<style>
a { background-color: #6D322F; }
a { background-color: rgb(109,50,47); }
div.DivClassName
{
background-color: #6D322F;
}
.BgClassName
{
background-color: #6D322F;
}
</style>
border-color css
<style>
span { border-color: #6D322F; }
span { border-color: rgb(109,50,47); }
td.TdClassName
{
border-color: #6D322F;
}
.TagClassName
{
border-color: #6D322F;
}
</style>