Shades of Kenyan Copper #642D27
Tints of Kenyan Copper #642D27
RGB
CMYK
RGB Variations
Color information
#642D27 (or 0x642D27) is known color: Kenyan Copper. HEX triplet: 64, 2D and 27. RGB value is (100,45,39). Sum of RGB (Red+Green+Blue) = 100+45+39=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #642D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D27 is #9BD2D8. Grayscale: #3C3C3C. Windows color (decimal): -10212057 or 2567524. OLE color: 2567524.
HSL color Cylindrical-coordinate representation of color #642D27: hue angle of 5.9º 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 #642D27 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 39 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.61 |
| HSL | 5.9º | 0.44% | 0.27% | - |
| HSV(B) | 5.9º | 0.61% | 0.39% | - |
| XYZ | 6.56 | 4.73 | 2.49 | - |
| YUV | 60.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 39 | 0 | 0.55 | 0.61 | 0.61 | 5.9 | 0.44 | 0.27 |
| Hex | 64 | 2D | 27 | 0 | 37 | 3D | 3D | 6 | 2C | 1B |
| Octal | 144 | 55 | 47 | 0 | 67 | 75 | 75 | 6 | 54 | 33 |
| Binary | 1100100 | 101101 | 100111 | 0 | 110111 | 111101 | 111101 | 110 | 101100 | 11011 |
Color Harmonies of #642D27
Complementary color
Monochromatic Colors of #642D27
Black with #642D27
Text Example
Text Example
White with #642D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D27; }
p { color: rgb(100,45,39); }
H1.HeaderClassName
{
color: #642D27;
}
.AnyTagClassName
{
color: #642D27;
}
</style>
background-color css
<style>
a { background-color: #642D27; }
a { background-color: rgb(100,45,39); }
div.DivClassName
{
background-color: #642D27;
}
.BgClassName
{
background-color: #642D27;
}
</style>
border-color css
<style>
span { border-color: #642D27; }
span { border-color: rgb(100,45,39); }
td.TdClassName
{
border-color: #642D27;
}
.TagClassName
{
border-color: #642D27;
}
</style>