Shades of Kenyan Copper #662D27
Tints of Kenyan Copper #662D27
RGB
CMYK
RGB Variations
Color information
#662D27 (or 0x662D27) is known color: Kenyan Copper. HEX triplet: 66, 2D and 27. RGB value is (102,45,39). Sum of RGB (Red+Green+Blue) = 102+45+39=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #662D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D27 is #99D2D8. Grayscale: #3D3D3D. Windows color (decimal): -10080985 or 2567526. OLE color: 2567526.
HSL color Cylindrical-coordinate representation of color #662D27: hue angle of 5.71º 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 #662D27 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 39 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.6 |
| HSL | 5.71º | 0.45% | 0.28% | - |
| HSV(B) | 5.71º | 0.62% | 0.4% | - |
| XYZ | 6.78 | 4.85 | 2.5 | - |
| YUV | 61.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 39 | 0 | 0.56 | 0.62 | 0.6 | 5.71 | 0.45 | 0.28 |
| Hex | 66 | 2D | 27 | 0 | 38 | 3E | 3C | 6 | 2D | 1C |
| Octal | 146 | 55 | 47 | 0 | 70 | 76 | 74 | 6 | 55 | 34 |
| Binary | 1100110 | 101101 | 100111 | 0 | 111000 | 111110 | 111100 | 110 | 101101 | 11100 |
Color Harmonies of #662D27
Complementary color
Monochromatic Colors of #662D27
Black with #662D27
Text Example
Text Example
White with #662D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D27; }
p { color: rgb(102,45,39); }
H1.HeaderClassName
{
color: #662D27;
}
.AnyTagClassName
{
color: #662D27;
}
</style>
background-color css
<style>
a { background-color: #662D27; }
a { background-color: rgb(102,45,39); }
div.DivClassName
{
background-color: #662D27;
}
.BgClassName
{
background-color: #662D27;
}
</style>
border-color css
<style>
span { border-color: #662D27; }
span { border-color: rgb(102,45,39); }
td.TdClassName
{
border-color: #662D27;
}
.TagClassName
{
border-color: #662D27;
}
</style>