Shades of Kenyan Copper #662C2B
Tints of Kenyan Copper #662C2B
RGB
CMYK
RGB Variations
Color information
#662C2B (or 0x662C2B) is known color: Kenyan Copper. HEX triplet: 66, 2C and 2B. RGB value is (102,44,43). Sum of RGB (Red+Green+Blue) = 102+44+43=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #662C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C2B is #99D3D4. Grayscale: #3D3D3D. Windows color (decimal): -10081237 or 2829414. OLE color: 2829414.
HSL color Cylindrical-coordinate representation of color #662C2B: hue angle of 1.02º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662C2B is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 43 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.6 |
| HSL | 1.02º | 0.41% | 0.28% | - |
| HSV(B) | 1.02º | 0.58% | 0.4% | - |
| XYZ | 6.82 | 4.8 | 2.85 | - |
| YUV | 61.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 43 | 0 | 0.57 | 0.58 | 0.6 | 1.02 | 0.41 | 0.28 |
| Hex | 66 | 2C | 2B | 0 | 39 | 3A | 3C | 1 | 29 | 1C |
| Octal | 146 | 54 | 53 | 0 | 71 | 72 | 74 | 1 | 51 | 34 |
| Binary | 1100110 | 101100 | 101011 | 0 | 111001 | 111010 | 111100 | 1 | 101001 | 11100 |
Color Harmonies of #662C2B
Complementary color
Monochromatic Colors of #662C2B
Black with #662C2B
Text Example
Text Example
White with #662C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C2B; }
p { color: rgb(102,44,43); }
H1.HeaderClassName
{
color: #662C2B;
}
.AnyTagClassName
{
color: #662C2B;
}
</style>
background-color css
<style>
a { background-color: #662C2B; }
a { background-color: rgb(102,44,43); }
div.DivClassName
{
background-color: #662C2B;
}
.BgClassName
{
background-color: #662C2B;
}
</style>
border-color css
<style>
span { border-color: #662C2B; }
span { border-color: rgb(102,44,43); }
td.TdClassName
{
border-color: #662C2B;
}
.TagClassName
{
border-color: #662C2B;
}
</style>