Shades of Kenyan Copper #652B2A
Tints of Kenyan Copper #652B2A
RGB
CMYK
RGB Variations
Color information
#652B2A (or 0x652B2A) is known color: Kenyan Copper. HEX triplet: 65, 2B and 2A. RGB value is (101,43,42). Sum of RGB (Red+Green+Blue) = 101+43+42=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #652B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652B2A is #9AD4D5. Grayscale: #3C3C3C. Windows color (decimal): -10147030 or 2763621. OLE color: 2763621.
HSL color Cylindrical-coordinate representation of color #652B2A: hue angle of 1.02º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #652B2A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 42 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.60 |
| HSL | 1.02º | 0.41% | 0.28% | - |
| HSV(B) | 1.02º | 0.58% | 0.4% | - |
| XYZ | 6.65 | 4.66 | 2.74 | - |
| YUV | 60.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 42 | 0 | 0.57 | 0.58 | 0.60 | 1.02 | 0.41 | 0.28 |
| Hex | 65 | 2B | 2A | 0 | 39 | 3A | 3C | 1 | 29 | 1C |
| Octal | 145 | 53 | 52 | 0 | 71 | 72 | 74 | 1 | 51 | 34 |
| Binary | 1100101 | 101011 | 101010 | 0 | 111001 | 111010 | 111100 | 1 | 101001 | 11100 |
Color Harmonies of #652B2A
Complementary color
Monochromatic Colors of #652B2A
Black with #652B2A
Text Example
Text Example
White with #652B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B2A; }
p { color: rgb(101,43,42); }
H1.HeaderClassName
{
color: #652B2A;
}
.AnyTagClassName
{
color: #652B2A;
}
</style>
background-color css
<style>
a { background-color: #652B2A; }
a { background-color: rgb(101,43,42); }
div.DivClassName
{
background-color: #652B2A;
}
.BgClassName
{
background-color: #652B2A;
}
</style>
border-color css
<style>
span { border-color: #652B2A; }
span { border-color: rgb(101,43,42); }
td.TdClassName
{
border-color: #652B2A;
}
.TagClassName
{
border-color: #652B2A;
}
</style>