Shades of Kenyan Copper #652E28
Tints of Kenyan Copper #652E28
RGB
CMYK
RGB Variations
Color information
#652E28 (or 0x652E28) is known color: Kenyan Copper. HEX triplet: 65, 2E and 28. RGB value is (101,46,40). Sum of RGB (Red+Green+Blue) = 101+46+40=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #652E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652E28 is #9AD1D7. Grayscale: #3D3D3D. Windows color (decimal): -10146264 or 2633317. OLE color: 2633317.
HSL color Cylindrical-coordinate representation of color #652E28: hue angle of 5.9º 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 #652E28 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 40 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.60 |
| HSL | 5.9º | 0.43% | 0.28% | - |
| HSV(B) | 5.9º | 0.6% | 0.4% | - |
| XYZ | 6.73 | 4.87 | 2.59 | - |
| YUV | 61.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 40 | 0 | 0.54 | 0.60 | 0.60 | 5.9 | 0.43 | 0.28 |
| Hex | 65 | 2E | 28 | 0 | 36 | 3C | 3C | 6 | 2B | 1C |
| Octal | 145 | 56 | 50 | 0 | 66 | 74 | 74 | 6 | 53 | 34 |
| Binary | 1100101 | 101110 | 101000 | 0 | 110110 | 111100 | 111100 | 110 | 101011 | 11100 |
Color Harmonies of #652E28
Complementary color
Monochromatic Colors of #652E28
Black with #652E28
Text Example
Text Example
White with #652E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E28; }
p { color: rgb(101,46,40); }
H1.HeaderClassName
{
color: #652E28;
}
.AnyTagClassName
{
color: #652E28;
}
</style>
background-color css
<style>
a { background-color: #652E28; }
a { background-color: rgb(101,46,40); }
div.DivClassName
{
background-color: #652E28;
}
.BgClassName
{
background-color: #652E28;
}
</style>
border-color css
<style>
span { border-color: #652E28; }
span { border-color: rgb(101,46,40); }
td.TdClassName
{
border-color: #652E28;
}
.TagClassName
{
border-color: #652E28;
}
</style>