Shades of Kenyan Copper #65322B
Tints of Kenyan Copper #65322B
RGB
CMYK
RGB Variations
Color information
#65322B (or 0x65322B) is known color: Kenyan Copper. HEX triplet: 65, 32 and 2B. RGB value is (101,50,43). Sum of RGB (Red+Green+Blue) = 101+50+43=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65322B is #9ACDD4. Grayscale: #404040. Windows color (decimal): -10145237 or 2830949. OLE color: 2830949.
HSL color Cylindrical-coordinate representation of color #65322B: hue angle of 7.24º 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 #65322B is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 43 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.60 |
| HSL | 7.24º | 0.4% | 0.28% | - |
| HSV(B) | 7.24º | 0.57% | 0.4% | - |
| XYZ | 6.94 | 5.22 | 2.93 | - |
| YUV | 64.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 43 | 0 | 0.50 | 0.57 | 0.60 | 7.24 | 0.4 | 0.28 |
| Hex | 65 | 32 | 2B | 0 | 32 | 39 | 3C | 7 | 28 | 1C |
| Octal | 145 | 62 | 53 | 0 | 62 | 71 | 74 | 7 | 50 | 34 |
| Binary | 1100101 | 110010 | 101011 | 0 | 110010 | 111001 | 111100 | 111 | 101000 | 11100 |
Color Harmonies of #65322B
Complementary color
Monochromatic Colors of #65322B
Black with #65322B
Text Example
Text Example
White with #65322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65322B; }
p { color: rgb(101,50,43); }
H1.HeaderClassName
{
color: #65322B;
}
.AnyTagClassName
{
color: #65322B;
}
</style>
background-color css
<style>
a { background-color: #65322B; }
a { background-color: rgb(101,50,43); }
div.DivClassName
{
background-color: #65322B;
}
.BgClassName
{
background-color: #65322B;
}
</style>
border-color css
<style>
span { border-color: #65322B; }
span { border-color: rgb(101,50,43); }
td.TdClassName
{
border-color: #65322B;
}
.TagClassName
{
border-color: #65322B;
}
</style>