Shades of Kenyan Copper #642C29
Tints of Kenyan Copper #642C29
RGB
CMYK
RGB Variations
Color information
#642C29 (or 0x642C29) is known color: Kenyan Copper. HEX triplet: 64, 2C and 29. RGB value is (100,44,41). Sum of RGB (Red+Green+Blue) = 100+44+41=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #642C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C29 is #9BD3D6. Grayscale: #3C3C3C. Windows color (decimal): -10212311 or 2698340. OLE color: 2698340.
HSL color Cylindrical-coordinate representation of color #642C29: hue angle of 3.05º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642C29 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 41 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.61 |
| HSL | 3.05º | 0.42% | 0.28% | - |
| HSV(B) | 3.05º | 0.59% | 0.39% | - |
| XYZ | 6.56 | 4.67 | 2.65 | - |
| YUV | 60.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 41 | 0 | 0.56 | 0.59 | 0.61 | 3.05 | 0.42 | 0.28 |
| Hex | 64 | 2C | 29 | 0 | 38 | 3B | 3D | 3 | 2A | 1C |
| Octal | 144 | 54 | 51 | 0 | 70 | 73 | 75 | 3 | 52 | 34 |
| Binary | 1100100 | 101100 | 101001 | 0 | 111000 | 111011 | 111101 | 11 | 101010 | 11100 |
Color Harmonies of #642C29
Complementary color
Monochromatic Colors of #642C29
Black with #642C29
Text Example
Text Example
White with #642C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C29; }
p { color: rgb(100,44,41); }
H1.HeaderClassName
{
color: #642C29;
}
.AnyTagClassName
{
color: #642C29;
}
</style>
background-color css
<style>
a { background-color: #642C29; }
a { background-color: rgb(100,44,41); }
div.DivClassName
{
background-color: #642C29;
}
.BgClassName
{
background-color: #642C29;
}
</style>
border-color css
<style>
span { border-color: #642C29; }
span { border-color: rgb(100,44,41); }
td.TdClassName
{
border-color: #642C29;
}
.TagClassName
{
border-color: #642C29;
}
</style>