Shades of Kenyan Copper #6D312D
Tints of Kenyan Copper #6D312D
RGB
CMYK
RGB Variations
Color information
#6D312D (or 0x6D312D) is known color: Kenyan Copper. HEX triplet: 6D, 31 and 2D. RGB value is (109,49,45). Sum of RGB (Red+Green+Blue) = 109+49+45=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D312D is #92CED2. Grayscale: #424242. Windows color (decimal): -9621203 or 2961773. OLE color: 2961773.
HSL color Cylindrical-coordinate representation of color #6D312D: hue angle of 3.75º 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 #6D312D is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 45 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.57 |
| HSL | 3.75º | 0.42% | 0.3% | - |
| HSV(B) | 3.75º | 0.59% | 0.43% | - |
| XYZ | 7.88 | 5.64 | 3.16 | - |
| YUV | 66.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 45 | 0 | 0.55 | 0.59 | 0.57 | 3.75 | 0.42 | 0.3 |
| Hex | 6D | 31 | 2D | 0 | 37 | 3B | 39 | 4 | 2A | 1E |
| Octal | 155 | 61 | 55 | 0 | 67 | 73 | 71 | 4 | 52 | 36 |
| Binary | 1101101 | 110001 | 101101 | 0 | 110111 | 111011 | 111001 | 100 | 101010 | 11110 |
Color Harmonies of #6D312D
Complementary color
Monochromatic Colors of #6D312D
Black with #6D312D
Text Example
Text Example
White with #6D312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D312D; }
p { color: rgb(109,49,45); }
H1.HeaderClassName
{
color: #6D312D;
}
.AnyTagClassName
{
color: #6D312D;
}
</style>
background-color css
<style>
a { background-color: #6D312D; }
a { background-color: rgb(109,49,45); }
div.DivClassName
{
background-color: #6D312D;
}
.BgClassName
{
background-color: #6D312D;
}
</style>
border-color css
<style>
span { border-color: #6D312D; }
span { border-color: rgb(109,49,45); }
td.TdClassName
{
border-color: #6D312D;
}
.TagClassName
{
border-color: #6D312D;
}
</style>