Shades of Kenyan Copper #652C27
Tints of Kenyan Copper #652C27
RGB
CMYK
RGB Variations
Color information
#652C27 (or 0x652C27) is known color: Kenyan Copper. HEX triplet: 65, 2C and 27. RGB value is (101,44,39). Sum of RGB (Red+Green+Blue) = 101+44+39=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #652C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C27 is #9AD3D8. Grayscale: #3C3C3C. Windows color (decimal): -10146777 or 2567269. OLE color: 2567269.
HSL color Cylindrical-coordinate representation of color #652C27: hue angle of 4.84º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #652C27 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 39 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.60 |
| HSL | 4.84º | 0.44% | 0.27% | - |
| HSV(B) | 4.84º | 0.61% | 0.4% | - |
| XYZ | 6.63 | 4.71 | 2.48 | - |
| YUV | 60.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 39 | 0 | 0.56 | 0.61 | 0.60 | 4.84 | 0.44 | 0.27 |
| Hex | 65 | 2C | 27 | 0 | 38 | 3D | 3C | 5 | 2C | 1B |
| Octal | 145 | 54 | 47 | 0 | 70 | 75 | 74 | 5 | 54 | 33 |
| Binary | 1100101 | 101100 | 100111 | 0 | 111000 | 111101 | 111100 | 101 | 101100 | 11011 |
Color Harmonies of #652C27
Complementary color
Monochromatic Colors of #652C27
Black with #652C27
Text Example
Text Example
White with #652C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C27; }
p { color: rgb(101,44,39); }
H1.HeaderClassName
{
color: #652C27;
}
.AnyTagClassName
{
color: #652C27;
}
</style>
background-color css
<style>
a { background-color: #652C27; }
a { background-color: rgb(101,44,39); }
div.DivClassName
{
background-color: #652C27;
}
.BgClassName
{
background-color: #652C27;
}
</style>
border-color css
<style>
span { border-color: #652C27; }
span { border-color: rgb(101,44,39); }
td.TdClassName
{
border-color: #652C27;
}
.TagClassName
{
border-color: #652C27;
}
</style>