Shades of Kenyan Copper #66322D
Tints of Kenyan Copper #66322D
RGB
CMYK
RGB Variations
Color information
#66322D (or 0x66322D) is known color: Kenyan Copper. HEX triplet: 66, 32 and 2D. RGB value is (102,50,45). Sum of RGB (Red+Green+Blue) = 102+50+45=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66322D is #99CDD2. Grayscale: #414141. Windows color (decimal): -10079699 or 2962022. OLE color: 2962022.
HSL color Cylindrical-coordinate representation of color #66322D: hue angle of 5.26º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66322D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 45 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.6 |
| HSL | 5.26º | 0.39% | 0.29% | - |
| HSV(B) | 5.26º | 0.56% | 0.4% | - |
| XYZ | 7.09 | 5.3 | 3.13 | - |
| YUV | 64.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 45 | 0 | 0.51 | 0.56 | 0.6 | 5.26 | 0.39 | 0.29 |
| Hex | 66 | 32 | 2D | 0 | 33 | 38 | 3C | 5 | 27 | 1D |
| Octal | 146 | 62 | 55 | 0 | 63 | 70 | 74 | 5 | 47 | 35 |
| Binary | 1100110 | 110010 | 101101 | 0 | 110011 | 111000 | 111100 | 101 | 100111 | 11101 |
Color Harmonies of #66322D
Complementary color
Monochromatic Colors of #66322D
Black with #66322D
Text Example
Text Example
White with #66322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66322D; }
p { color: rgb(102,50,45); }
H1.HeaderClassName
{
color: #66322D;
}
.AnyTagClassName
{
color: #66322D;
}
</style>
background-color css
<style>
a { background-color: #66322D; }
a { background-color: rgb(102,50,45); }
div.DivClassName
{
background-color: #66322D;
}
.BgClassName
{
background-color: #66322D;
}
</style>
border-color css
<style>
span { border-color: #66322D; }
span { border-color: rgb(102,50,45); }
td.TdClassName
{
border-color: #66322D;
}
.TagClassName
{
border-color: #66322D;
}
</style>