Shades of Kenyan Copper #6D332F
Tints of Kenyan Copper #6D332F
RGB
CMYK
RGB Variations
Color information
#6D332F (or 0x6D332F) is known color: Kenyan Copper. HEX triplet: 6D, 33 and 2F. RGB value is (109,51,47). Sum of RGB (Red+Green+Blue) = 109+51+47=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D332F is #92CCD0. Grayscale: #434343. Windows color (decimal): -9620689 or 3093357. OLE color: 3093357.
HSL color Cylindrical-coordinate representation of color #6D332F: hue angle of 3.87º 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 #6D332F is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 47 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.57 |
| HSL | 3.87º | 0.4% | 0.31% | - |
| HSV(B) | 3.87º | 0.57% | 0.43% | - |
| XYZ | 8 | 5.82 | 3.39 | - |
| YUV | 67.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 47 | 0 | 0.53 | 0.57 | 0.57 | 3.87 | 0.4 | 0.31 |
| Hex | 6D | 33 | 2F | 0 | 35 | 39 | 39 | 4 | 28 | 1F |
| Octal | 155 | 63 | 57 | 0 | 65 | 71 | 71 | 4 | 50 | 37 |
| Binary | 1101101 | 110011 | 101111 | 0 | 110101 | 111001 | 111001 | 100 | 101000 | 11111 |
Color Harmonies of #6D332F
Complementary color
Monochromatic Colors of #6D332F
Black with #6D332F
Text Example
Text Example
White with #6D332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D332F; }
p { color: rgb(109,51,47); }
H1.HeaderClassName
{
color: #6D332F;
}
.AnyTagClassName
{
color: #6D332F;
}
</style>
background-color css
<style>
a { background-color: #6D332F; }
a { background-color: rgb(109,51,47); }
div.DivClassName
{
background-color: #6D332F;
}
.BgClassName
{
background-color: #6D332F;
}
</style>
border-color css
<style>
span { border-color: #6D332F; }
span { border-color: rgb(109,51,47); }
td.TdClassName
{
border-color: #6D332F;
}
.TagClassName
{
border-color: #6D332F;
}
</style>