Shades of Kenyan Copper #662D29
Tints of Kenyan Copper #662D29
RGB
CMYK
RGB Variations
Color information
#662D29 (or 0x662D29) is known color: Kenyan Copper. HEX triplet: 66, 2D and 29. RGB value is (102,45,41). Sum of RGB (Red+Green+Blue) = 102+45+41=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #662D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D29 is #99D2D6. Grayscale: #3D3D3D. Windows color (decimal): -10080983 or 2698598. OLE color: 2698598.
HSL color Cylindrical-coordinate representation of color #662D29: hue angle of 3.93º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662D29 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 41 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.6 |
| HSL | 3.93º | 0.43% | 0.28% | - |
| HSV(B) | 3.93º | 0.6% | 0.4% | - |
| XYZ | 6.82 | 4.86 | 2.68 | - |
| YUV | 61.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 41 | 0 | 0.56 | 0.60 | 0.6 | 3.93 | 0.43 | 0.28 |
| Hex | 66 | 2D | 29 | 0 | 38 | 3C | 3C | 4 | 2B | 1C |
| Octal | 146 | 55 | 51 | 0 | 70 | 74 | 74 | 4 | 53 | 34 |
| Binary | 1100110 | 101101 | 101001 | 0 | 111000 | 111100 | 111100 | 100 | 101011 | 11100 |
Color Harmonies of #662D29
Complementary color
Monochromatic Colors of #662D29
Black with #662D29
Text Example
Text Example
White with #662D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D29; }
p { color: rgb(102,45,41); }
H1.HeaderClassName
{
color: #662D29;
}
.AnyTagClassName
{
color: #662D29;
}
</style>
background-color css
<style>
a { background-color: #662D29; }
a { background-color: rgb(102,45,41); }
div.DivClassName
{
background-color: #662D29;
}
.BgClassName
{
background-color: #662D29;
}
</style>
border-color css
<style>
span { border-color: #662D29; }
span { border-color: rgb(102,45,41); }
td.TdClassName
{
border-color: #662D29;
}
.TagClassName
{
border-color: #662D29;
}
</style>