Shades of Kenyan Copper #652B25
Tints of Kenyan Copper #652B25
RGB
CMYK
RGB Variations
Color information
#652B25 (or 0x652B25) is known color: Kenyan Copper. HEX triplet: 65, 2B and 25. RGB value is (101,43,37). Sum of RGB (Red+Green+Blue) = 101+43+37=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #652B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652B25 is #9AD4DA. Grayscale: #3B3B3B. Windows color (decimal): -10147035 or 2435941. OLE color: 2435941.
HSL color Cylindrical-coordinate representation of color #652B25: hue angle of 5.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652B25 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 37 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.60 |
| HSL | 5.63º | 0.46% | 0.27% | - |
| HSV(B) | 5.63º | 0.63% | 0.4% | - |
| XYZ | 6.56 | 4.63 | 2.3 | - |
| YUV | 59.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 37 | 0 | 0.57 | 0.63 | 0.60 | 5.63 | 0.46 | 0.27 |
| Hex | 65 | 2B | 25 | 0 | 39 | 3F | 3C | 6 | 2E | 1B |
| Octal | 145 | 53 | 45 | 0 | 71 | 77 | 74 | 6 | 56 | 33 |
| Binary | 1100101 | 101011 | 100101 | 0 | 111001 | 111111 | 111100 | 110 | 101110 | 11011 |
Color Harmonies of #652B25
Complementary color
Monochromatic Colors of #652B25
Black with #652B25
Text Example
Text Example
White with #652B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B25; }
p { color: rgb(101,43,37); }
H1.HeaderClassName
{
color: #652B25;
}
.AnyTagClassName
{
color: #652B25;
}
</style>
background-color css
<style>
a { background-color: #652B25; }
a { background-color: rgb(101,43,37); }
div.DivClassName
{
background-color: #652B25;
}
.BgClassName
{
background-color: #652B25;
}
</style>
border-color css
<style>
span { border-color: #652B25; }
span { border-color: rgb(101,43,37); }
td.TdClassName
{
border-color: #652B25;
}
.TagClassName
{
border-color: #652B25;
}
</style>