Shades of Kenyan Copper #66322E
Tints of Kenyan Copper #66322E
RGB
CMYK
RGB Variations
Color information
#66322E (or 0x66322E) is known color: Kenyan Copper. HEX triplet: 66, 32 and 2E. RGB value is (102,50,46). Sum of RGB (Red+Green+Blue) = 102+50+46=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66322E is #99CDD1. Grayscale: #414141. Windows color (decimal): -10079698 or 3027558. OLE color: 3027558.
HSL color Cylindrical-coordinate representation of color #66322E: hue angle of 4.29º 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 #66322E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 46 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.6 |
| HSL | 4.29º | 0.38% | 0.29% | - |
| HSV(B) | 4.29º | 0.55% | 0.4% | - |
| XYZ | 7.11 | 5.3 | 3.23 | - |
| YUV | 65.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 46 | 0 | 0.51 | 0.55 | 0.6 | 4.29 | 0.38 | 0.29 |
| Hex | 66 | 32 | 2E | 0 | 33 | 37 | 3C | 4 | 26 | 1D |
| Octal | 146 | 62 | 56 | 0 | 63 | 67 | 74 | 4 | 46 | 35 |
| Binary | 1100110 | 110010 | 101110 | 0 | 110011 | 110111 | 111100 | 100 | 100110 | 11101 |
Color Harmonies of #66322E
Complementary color
Monochromatic Colors of #66322E
Black with #66322E
Text Example
Text Example
White with #66322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66322E; }
p { color: rgb(102,50,46); }
H1.HeaderClassName
{
color: #66322E;
}
.AnyTagClassName
{
color: #66322E;
}
</style>
background-color css
<style>
a { background-color: #66322E; }
a { background-color: rgb(102,50,46); }
div.DivClassName
{
background-color: #66322E;
}
.BgClassName
{
background-color: #66322E;
}
</style>
border-color css
<style>
span { border-color: #66322E; }
span { border-color: rgb(102,50,46); }
td.TdClassName
{
border-color: #66322E;
}
.TagClassName
{
border-color: #66322E;
}
</style>