Shades of Kenyan Copper #66332E
Tints of Kenyan Copper #66332E
RGB
CMYK
RGB Variations
Color information
#66332E (or 0x66332E) is known color: Kenyan Copper. HEX triplet: 66, 33 and 2E. RGB value is (102,51,46). Sum of RGB (Red+Green+Blue) = 102+51+46=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66332E is #99CCD1. Grayscale: #414141. Windows color (decimal): -10079442 or 3027814. OLE color: 3027814.
HSL color Cylindrical-coordinate representation of color #66332E: hue angle of 5.36º 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 #66332E is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 46 | - |
| CMYK | 0 | 0.5 | 0.55 | 0.6 |
| HSL | 5.36º | 0.38% | 0.29% | - |
| HSV(B) | 5.36º | 0.55% | 0.4% | - |
| XYZ | 7.16 | 5.39 | 3.25 | - |
| YUV | 65.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 46 | 0 | 0.5 | 0.55 | 0.6 | 5.36 | 0.38 | 0.29 |
| Hex | 66 | 33 | 2E | 0 | 32 | 37 | 3C | 5 | 26 | 1D |
| Octal | 146 | 63 | 56 | 0 | 62 | 67 | 74 | 5 | 46 | 35 |
| Binary | 1100110 | 110011 | 101110 | 0 | 110010 | 110111 | 111100 | 101 | 100110 | 11101 |
Color Harmonies of #66332E
Complementary color
Monochromatic Colors of #66332E
Black with #66332E
Text Example
Text Example
White with #66332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66332E; }
p { color: rgb(102,51,46); }
H1.HeaderClassName
{
color: #66332E;
}
.AnyTagClassName
{
color: #66332E;
}
</style>
background-color css
<style>
a { background-color: #66332E; }
a { background-color: rgb(102,51,46); }
div.DivClassName
{
background-color: #66332E;
}
.BgClassName
{
background-color: #66332E;
}
</style>
border-color css
<style>
span { border-color: #66332E; }
span { border-color: rgb(102,51,46); }
td.TdClassName
{
border-color: #66332E;
}
.TagClassName
{
border-color: #66332E;
}
</style>