Shades of Kenyan Copper #6C2F28
Tints of Kenyan Copper #6C2F28
RGB
CMYK
RGB Variations
Color information
#6C2F28 (or 0x6C2F28) is known color: Kenyan Copper. HEX triplet: 6C, 2F and 28. RGB value is (108,47,40). Sum of RGB (Red+Green+Blue) = 108+47+40=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2F28 is #93D0D7. Grayscale: #404040. Windows color (decimal): -9687256 or 2633580. OLE color: 2633580.
HSL color Cylindrical-coordinate representation of color #6C2F28: hue angle of 6.18º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C2F28 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 47 | 40 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.58 |
| HSL | 6.18º | 0.46% | 0.29% | - |
| HSV(B) | 6.18º | 0.63% | 0.42% | - |
| XYZ | 7.58 | 5.37 | 2.65 | - |
| YUV | 64.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 40 | 0 | 0.56 | 0.63 | 0.58 | 6.18 | 0.46 | 0.29 |
| Hex | 6C | 2F | 28 | 0 | 38 | 3F | 3A | 6 | 2E | 1D |
| Octal | 154 | 57 | 50 | 0 | 70 | 77 | 72 | 6 | 56 | 35 |
| Binary | 1101100 | 101111 | 101000 | 0 | 111000 | 111111 | 111010 | 110 | 101110 | 11101 |
Color Harmonies of #6C2F28
Complementary color
Monochromatic Colors of #6C2F28
Black with #6C2F28
Text Example
Text Example
White with #6C2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2F28; }
p { color: rgb(108,47,40); }
H1.HeaderClassName
{
color: #6C2F28;
}
.AnyTagClassName
{
color: #6C2F28;
}
</style>
background-color css
<style>
a { background-color: #6C2F28; }
a { background-color: rgb(108,47,40); }
div.DivClassName
{
background-color: #6C2F28;
}
.BgClassName
{
background-color: #6C2F28;
}
</style>
border-color css
<style>
span { border-color: #6C2F28; }
span { border-color: rgb(108,47,40); }
td.TdClassName
{
border-color: #6C2F28;
}
.TagClassName
{
border-color: #6C2F28;
}
</style>