Shades of Kenyan Copper #662E27
Tints of Kenyan Copper #662E27
RGB
CMYK
RGB Variations
Color information
#662E27 (or 0x662E27) is known color: Kenyan Copper. HEX triplet: 66, 2E and 27. RGB value is (102,46,39). Sum of RGB (Red+Green+Blue) = 102+46+39=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #662E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E27 is #99D1D8. Grayscale: #3E3E3E. Windows color (decimal): -10080729 or 2567782. OLE color: 2567782.
HSL color Cylindrical-coordinate representation of color #662E27: hue angle of 6.67º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662E27 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 39 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.6 |
| HSL | 6.67º | 0.45% | 0.28% | - |
| HSV(B) | 6.67º | 0.62% | 0.4% | - |
| XYZ | 6.82 | 4.93 | 2.51 | - |
| YUV | 61.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 39 | 0 | 0.55 | 0.62 | 0.6 | 6.67 | 0.45 | 0.28 |
| Hex | 66 | 2E | 27 | 0 | 37 | 3E | 3C | 7 | 2D | 1C |
| Octal | 146 | 56 | 47 | 0 | 67 | 76 | 74 | 7 | 55 | 34 |
| Binary | 1100110 | 101110 | 100111 | 0 | 110111 | 111110 | 111100 | 111 | 101101 | 11100 |
Color Harmonies of #662E27
Complementary color
Monochromatic Colors of #662E27
Black with #662E27
Text Example
Text Example
White with #662E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E27; }
p { color: rgb(102,46,39); }
H1.HeaderClassName
{
color: #662E27;
}
.AnyTagClassName
{
color: #662E27;
}
</style>
background-color css
<style>
a { background-color: #662E27; }
a { background-color: rgb(102,46,39); }
div.DivClassName
{
background-color: #662E27;
}
.BgClassName
{
background-color: #662E27;
}
</style>
border-color css
<style>
span { border-color: #662E27; }
span { border-color: rgb(102,46,39); }
td.TdClassName
{
border-color: #662E27;
}
.TagClassName
{
border-color: #662E27;
}
</style>