Shades of Kenyan Copper #66352E
Tints of Kenyan Copper #66352E
RGB
CMYK
RGB Variations
Color information
#66352E (or 0x66352E) is known color: Kenyan Copper. HEX triplet: 66, 35 and 2E. RGB value is (102,53,46). Sum of RGB (Red+Green+Blue) = 102+53+46=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66352E is #99CAD1. Grayscale: #424242. Windows color (decimal): -10078930 or 3028326. OLE color: 3028326.
HSL color Cylindrical-coordinate representation of color #66352E: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66352E is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 46 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.6 |
| HSL | 7.5º | 0.38% | 0.29% | - |
| HSV(B) | 7.5º | 0.55% | 0.4% | - |
| XYZ | 7.25 | 5.57 | 3.28 | - |
| YUV | 66.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 46 | 0 | 0.48 | 0.55 | 0.6 | 7.5 | 0.38 | 0.29 |
| Hex | 66 | 35 | 2E | 0 | 30 | 37 | 3C | 8 | 26 | 1D |
| Octal | 146 | 65 | 56 | 0 | 60 | 67 | 74 | 10 | 46 | 35 |
| Binary | 1100110 | 110101 | 101110 | 0 | 110000 | 110111 | 111100 | 1000 | 100110 | 11101 |
Color Harmonies of #66352E
Complementary color
Monochromatic Colors of #66352E
Black with #66352E
Text Example
Text Example
White with #66352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66352E; }
p { color: rgb(102,53,46); }
H1.HeaderClassName
{
color: #66352E;
}
.AnyTagClassName
{
color: #66352E;
}
</style>
background-color css
<style>
a { background-color: #66352E; }
a { background-color: rgb(102,53,46); }
div.DivClassName
{
background-color: #66352E;
}
.BgClassName
{
background-color: #66352E;
}
</style>
border-color css
<style>
span { border-color: #66352E; }
span { border-color: rgb(102,53,46); }
td.TdClassName
{
border-color: #66352E;
}
.TagClassName
{
border-color: #66352E;
}
</style>