Shades of Kenyan Copper #662C2A
Tints of Kenyan Copper #662C2A
RGB
CMYK
RGB Variations
Color information
#662C2A (or 0x662C2A) is known color: Kenyan Copper. HEX triplet: 66, 2C and 2A. RGB value is (102,44,42). Sum of RGB (Red+Green+Blue) = 102+44+42=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #662C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C2A is #99D3D5. Grayscale: #3D3D3D. Windows color (decimal): -10081238 or 2763878. OLE color: 2763878.
HSL color Cylindrical-coordinate representation of color #662C2A: hue angle of 2º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662C2A is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 42 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.6 |
| HSL | 2º | 0.42% | 0.28% | - |
| HSV(B) | 2º | 0.59% | 0.4% | - |
| XYZ | 6.8 | 4.79 | 2.76 | - |
| YUV | 61.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 42 | 0 | 0.57 | 0.59 | 0.6 | 2 | 0.42 | 0.28 |
| Hex | 66 | 2C | 2A | 0 | 39 | 3B | 3C | 2 | 2A | 1C |
| Octal | 146 | 54 | 52 | 0 | 71 | 73 | 74 | 2 | 52 | 34 |
| Binary | 1100110 | 101100 | 101010 | 0 | 111001 | 111011 | 111100 | 10 | 101010 | 11100 |
Color Harmonies of #662C2A
Complementary color
Monochromatic Colors of #662C2A
Black with #662C2A
Text Example
Text Example
White with #662C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C2A; }
p { color: rgb(102,44,42); }
H1.HeaderClassName
{
color: #662C2A;
}
.AnyTagClassName
{
color: #662C2A;
}
</style>
background-color css
<style>
a { background-color: #662C2A; }
a { background-color: rgb(102,44,42); }
div.DivClassName
{
background-color: #662C2A;
}
.BgClassName
{
background-color: #662C2A;
}
</style>
border-color css
<style>
span { border-color: #662C2A; }
span { border-color: rgb(102,44,42); }
td.TdClassName
{
border-color: #662C2A;
}
.TagClassName
{
border-color: #662C2A;
}
</style>