Shades of Kenyan Copper #652D2B
Tints of Kenyan Copper #652D2B
RGB
CMYK
RGB Variations
Color information
#652D2B (or 0x652D2B) is known color: Kenyan Copper. HEX triplet: 65, 2D and 2B. RGB value is (101,45,43). Sum of RGB (Red+Green+Blue) = 101+45+43=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #652D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D2B is #9AD2D4. Grayscale: #3D3D3D. Windows color (decimal): -10146517 or 2829669. OLE color: 2829669.
HSL color Cylindrical-coordinate representation of color #652D2B: hue angle of 2.07º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #652D2B is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 43 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.60 |
| HSL | 2.07º | 0.4% | 0.28% | - |
| HSV(B) | 2.07º | 0.57% | 0.4% | - |
| XYZ | 6.74 | 4.82 | 2.86 | - |
| YUV | 61.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 43 | 0 | 0.55 | 0.57 | 0.60 | 2.07 | 0.4 | 0.28 |
| Hex | 65 | 2D | 2B | 0 | 37 | 39 | 3C | 2 | 28 | 1C |
| Octal | 145 | 55 | 53 | 0 | 67 | 71 | 74 | 2 | 50 | 34 |
| Binary | 1100101 | 101101 | 101011 | 0 | 110111 | 111001 | 111100 | 10 | 101000 | 11100 |
Color Harmonies of #652D2B
Complementary color
Monochromatic Colors of #652D2B
Black with #652D2B
Text Example
Text Example
White with #652D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D2B; }
p { color: rgb(101,45,43); }
H1.HeaderClassName
{
color: #652D2B;
}
.AnyTagClassName
{
color: #652D2B;
}
</style>
background-color css
<style>
a { background-color: #652D2B; }
a { background-color: rgb(101,45,43); }
div.DivClassName
{
background-color: #652D2B;
}
.BgClassName
{
background-color: #652D2B;
}
</style>
border-color css
<style>
span { border-color: #652D2B; }
span { border-color: rgb(101,45,43); }
td.TdClassName
{
border-color: #652D2B;
}
.TagClassName
{
border-color: #652D2B;
}
</style>