Shades of Kenyan Copper #652C28
Tints of Kenyan Copper #652C28
RGB
CMYK
RGB Variations
Color information
#652C28 (or 0x652C28) is known color: Kenyan Copper. HEX triplet: 65, 2C and 28. RGB value is (101,44,40). Sum of RGB (Red+Green+Blue) = 101+44+40=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #652C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C28 is #9AD3D7. Grayscale: #3C3C3C. Windows color (decimal): -10146776 or 2632805. OLE color: 2632805.
HSL color Cylindrical-coordinate representation of color #652C28: hue angle of 3.93º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #652C28 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 40 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.60 |
| HSL | 3.93º | 0.43% | 0.28% | - |
| HSV(B) | 3.93º | 0.6% | 0.4% | - |
| XYZ | 6.65 | 4.72 | 2.57 | - |
| YUV | 60.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 40 | 0 | 0.56 | 0.60 | 0.60 | 3.93 | 0.43 | 0.28 |
| Hex | 65 | 2C | 28 | 0 | 38 | 3C | 3C | 4 | 2B | 1C |
| Octal | 145 | 54 | 50 | 0 | 70 | 74 | 74 | 4 | 53 | 34 |
| Binary | 1100101 | 101100 | 101000 | 0 | 111000 | 111100 | 111100 | 100 | 101011 | 11100 |
Color Harmonies of #652C28
Complementary color
Monochromatic Colors of #652C28
Black with #652C28
Text Example
Text Example
White with #652C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C28; }
p { color: rgb(101,44,40); }
H1.HeaderClassName
{
color: #652C28;
}
.AnyTagClassName
{
color: #652C28;
}
</style>
background-color css
<style>
a { background-color: #652C28; }
a { background-color: rgb(101,44,40); }
div.DivClassName
{
background-color: #652C28;
}
.BgClassName
{
background-color: #652C28;
}
</style>
border-color css
<style>
span { border-color: #652C28; }
span { border-color: rgb(101,44,40); }
td.TdClassName
{
border-color: #652C28;
}
.TagClassName
{
border-color: #652C28;
}
</style>