Shades of Kenyan Copper #642A27
Tints of Kenyan Copper #642A27
RGB
CMYK
RGB Variations
Color information
#642A27 (or 0x642A27) is known color: Kenyan Copper. HEX triplet: 64, 2A and 27. RGB value is (100,42,39). Sum of RGB (Red+Green+Blue) = 100+42+39=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #642A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A27 is #9BD5D8. Grayscale: #3B3B3B. Windows color (decimal): -10212825 or 2566756. OLE color: 2566756.
HSL color Cylindrical-coordinate representation of color #642A27: hue angle of 2.95º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #642A27 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 39 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.61 |
| HSL | 2.95º | 0.44% | 0.27% | - |
| HSV(B) | 2.95º | 0.61% | 0.39% | - |
| XYZ | 6.45 | 4.51 | 2.45 | - |
| YUV | 59 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 39 | 0 | 0.58 | 0.61 | 0.61 | 2.95 | 0.44 | 0.27 |
| Hex | 64 | 2A | 27 | 0 | 3A | 3D | 3D | 3 | 2C | 1B |
| Octal | 144 | 52 | 47 | 0 | 72 | 75 | 75 | 3 | 54 | 33 |
| Binary | 1100100 | 101010 | 100111 | 0 | 111010 | 111101 | 111101 | 11 | 101100 | 11011 |
Color Harmonies of #642A27
Complementary color
Monochromatic Colors of #642A27
Black with #642A27
Text Example
Text Example
White with #642A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A27; }
p { color: rgb(100,42,39); }
H1.HeaderClassName
{
color: #642A27;
}
.AnyTagClassName
{
color: #642A27;
}
</style>
background-color css
<style>
a { background-color: #642A27; }
a { background-color: rgb(100,42,39); }
div.DivClassName
{
background-color: #642A27;
}
.BgClassName
{
background-color: #642A27;
}
</style>
border-color css
<style>
span { border-color: #642A27; }
span { border-color: rgb(100,42,39); }
td.TdClassName
{
border-color: #642A27;
}
.TagClassName
{
border-color: #642A27;
}
</style>