Shades of Kenyan Copper #662D2B
Tints of Kenyan Copper #662D2B
RGB
CMYK
RGB Variations
Color information
#662D2B (or 0x662D2B) is known color: Kenyan Copper. HEX triplet: 66, 2D and 2B. RGB value is (102,45,43). Sum of RGB (Red+Green+Blue) = 102+45+43=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #662D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D2B is #99D2D4. Grayscale: #3D3D3D. Windows color (decimal): -10080981 or 2829670. OLE color: 2829670.
HSL color Cylindrical-coordinate representation of color #662D2B: hue angle of 2.03º 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 #662D2B is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 43 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.6 |
| HSL | 2.03º | 0.41% | 0.28% | - |
| HSV(B) | 2.03º | 0.58% | 0.4% | - |
| XYZ | 6.85 | 4.88 | 2.87 | - |
| YUV | 61.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 43 | 0 | 0.56 | 0.58 | 0.6 | 2.03 | 0.41 | 0.28 |
| Hex | 66 | 2D | 2B | 0 | 38 | 3A | 3C | 2 | 29 | 1C |
| Octal | 146 | 55 | 53 | 0 | 70 | 72 | 74 | 2 | 51 | 34 |
| Binary | 1100110 | 101101 | 101011 | 0 | 111000 | 111010 | 111100 | 10 | 101001 | 11100 |
Color Harmonies of #662D2B
Complementary color
Monochromatic Colors of #662D2B
Black with #662D2B
Text Example
Text Example
White with #662D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D2B; }
p { color: rgb(102,45,43); }
H1.HeaderClassName
{
color: #662D2B;
}
.AnyTagClassName
{
color: #662D2B;
}
</style>
background-color css
<style>
a { background-color: #662D2B; }
a { background-color: rgb(102,45,43); }
div.DivClassName
{
background-color: #662D2B;
}
.BgClassName
{
background-color: #662D2B;
}
</style>
border-color css
<style>
span { border-color: #662D2B; }
span { border-color: rgb(102,45,43); }
td.TdClassName
{
border-color: #662D2B;
}
.TagClassName
{
border-color: #662D2B;
}
</style>