Shades of Kenyan Copper #652D29
Tints of Kenyan Copper #652D29
RGB
CMYK
RGB Variations
Color information
#652D29 (or 0x652D29) is known color: Kenyan Copper. HEX triplet: 65, 2D and 29. RGB value is (101,45,41). Sum of RGB (Red+Green+Blue) = 101+45+41=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #652D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D29 is #9AD2D6. Grayscale: #3D3D3D. Windows color (decimal): -10146519 or 2698597. OLE color: 2698597.
HSL color Cylindrical-coordinate representation of color #652D29: hue angle of 4º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #652D29 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 41 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.60 |
| HSL | 4º | 0.42% | 0.28% | - |
| HSV(B) | 4º | 0.59% | 0.4% | - |
| XYZ | 6.71 | 4.8 | 2.67 | - |
| YUV | 61.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 41 | 0 | 0.55 | 0.59 | 0.60 | 4 | 0.42 | 0.28 |
| Hex | 65 | 2D | 29 | 0 | 37 | 3B | 3C | 4 | 2A | 1C |
| Octal | 145 | 55 | 51 | 0 | 67 | 73 | 74 | 4 | 52 | 34 |
| Binary | 1100101 | 101101 | 101001 | 0 | 110111 | 111011 | 111100 | 100 | 101010 | 11100 |
Color Harmonies of #652D29
Complementary color
Monochromatic Colors of #652D29
Black with #652D29
Text Example
Text Example
White with #652D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D29; }
p { color: rgb(101,45,41); }
H1.HeaderClassName
{
color: #652D29;
}
.AnyTagClassName
{
color: #652D29;
}
</style>
background-color css
<style>
a { background-color: #652D29; }
a { background-color: rgb(101,45,41); }
div.DivClassName
{
background-color: #652D29;
}
.BgClassName
{
background-color: #652D29;
}
</style>
border-color css
<style>
span { border-color: #652D29; }
span { border-color: rgb(101,45,41); }
td.TdClassName
{
border-color: #652D29;
}
.TagClassName
{
border-color: #652D29;
}
</style>