Shades of Kenyan Copper #6D352F
Tints of Kenyan Copper #6D352F
RGB
CMYK
RGB Variations
Color information
#6D352F (or 0x6D352F) is known color: Kenyan Copper. HEX triplet: 6D, 35 and 2F. RGB value is (109,53,47). Sum of RGB (Red+Green+Blue) = 109+53+47=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D352F is #92CAD0. Grayscale: #454545. Windows color (decimal): -9620177 or 3093869. OLE color: 3093869.
HSL color Cylindrical-coordinate representation of color #6D352F: hue angle of 5.81º 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 #6D352F is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 47 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.57 |
| HSL | 5.81º | 0.4% | 0.31% | - |
| HSV(B) | 5.81º | 0.57% | 0.43% | - |
| XYZ | 8.09 | 6 | 3.42 | - |
| YUV | 69.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 47 | 0 | 0.51 | 0.57 | 0.57 | 5.81 | 0.4 | 0.31 |
| Hex | 6D | 35 | 2F | 0 | 33 | 39 | 39 | 6 | 28 | 1F |
| Octal | 155 | 65 | 57 | 0 | 63 | 71 | 71 | 6 | 50 | 37 |
| Binary | 1101101 | 110101 | 101111 | 0 | 110011 | 111001 | 111001 | 110 | 101000 | 11111 |
Color Harmonies of #6D352F
Complementary color
Monochromatic Colors of #6D352F
Black with #6D352F
Text Example
Text Example
White with #6D352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D352F; }
p { color: rgb(109,53,47); }
H1.HeaderClassName
{
color: #6D352F;
}
.AnyTagClassName
{
color: #6D352F;
}
</style>
background-color css
<style>
a { background-color: #6D352F; }
a { background-color: rgb(109,53,47); }
div.DivClassName
{
background-color: #6D352F;
}
.BgClassName
{
background-color: #6D352F;
}
</style>
border-color css
<style>
span { border-color: #6D352F; }
span { border-color: rgb(109,53,47); }
td.TdClassName
{
border-color: #6D352F;
}
.TagClassName
{
border-color: #6D352F;
}
</style>