Shades of Kenyan Copper #66322C
Tints of Kenyan Copper #66322C
RGB
CMYK
RGB Variations
Color information
#66322C (or 0x66322C) is known color: Kenyan Copper. HEX triplet: 66, 32 and 2C. RGB value is (102,50,44). Sum of RGB (Red+Green+Blue) = 102+50+44=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66322C is #99CDD3. Grayscale: #404040. Windows color (decimal): -10079700 or 2896486. OLE color: 2896486.
HSL color Cylindrical-coordinate representation of color #66322C: hue angle of 6.21º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66322C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 44 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.6 |
| HSL | 6.21º | 0.4% | 0.29% | - |
| HSV(B) | 6.21º | 0.57% | 0.4% | - |
| XYZ | 7.07 | 5.29 | 3.03 | - |
| YUV | 64.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 44 | 0 | 0.51 | 0.57 | 0.6 | 6.21 | 0.4 | 0.29 |
| Hex | 66 | 32 | 2C | 0 | 33 | 39 | 3C | 6 | 28 | 1D |
| Octal | 146 | 62 | 54 | 0 | 63 | 71 | 74 | 6 | 50 | 35 |
| Binary | 1100110 | 110010 | 101100 | 0 | 110011 | 111001 | 111100 | 110 | 101000 | 11101 |
Color Harmonies of #66322C
Complementary color
Monochromatic Colors of #66322C
Black with #66322C
Text Example
Text Example
White with #66322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66322C; }
p { color: rgb(102,50,44); }
H1.HeaderClassName
{
color: #66322C;
}
.AnyTagClassName
{
color: #66322C;
}
</style>
background-color css
<style>
a { background-color: #66322C; }
a { background-color: rgb(102,50,44); }
div.DivClassName
{
background-color: #66322C;
}
.BgClassName
{
background-color: #66322C;
}
</style>
border-color css
<style>
span { border-color: #66322C; }
span { border-color: rgb(102,50,44); }
td.TdClassName
{
border-color: #66322C;
}
.TagClassName
{
border-color: #66322C;
}
</style>