Shades of Kenyan Copper #662A2A
Tints of Kenyan Copper #662A2A
RGB
CMYK
RGB Variations
Color information
#662A2A (or 0x662A2A) is known color: Kenyan Copper. HEX triplet: 66, 2A and 2A. RGB value is (102,42,42). Sum of RGB (Red+Green+Blue) = 102+42+42=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #662A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A2A is #99D5D5. Grayscale: #3B3B3B. Windows color (decimal): -10081750 or 2763366. OLE color: 2763366.
HSL color Cylindrical-coordinate representation of color #662A2A: hue angle of 0º 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 #662A2A is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 42 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.6 |
| HSL | 0º | 0.42% | 0.28% | - |
| HSV(B) | 0º | 0.59% | 0.4% | - |
| XYZ | 6.73 | 4.65 | 2.73 | - |
| YUV | 59.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 42 | 0 | 0.59 | 0.59 | 0.6 | 0 | 0.42 | 0.28 |
| Hex | 66 | 2A | 2A | 0 | 3B | 3B | 3C | 0 | 2A | 1C |
| Octal | 146 | 52 | 52 | 0 | 73 | 73 | 74 | 0 | 52 | 34 |
| Binary | 1100110 | 101010 | 101010 | 0 | 111011 | 111011 | 111100 | 0 | 101010 | 11100 |
Color Harmonies of #662A2A
Complementary color
Monochromatic Colors of #662A2A
Black with #662A2A
Text Example
Text Example
White with #662A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A2A; }
p { color: rgb(102,42,42); }
H1.HeaderClassName
{
color: #662A2A;
}
.AnyTagClassName
{
color: #662A2A;
}
</style>
background-color css
<style>
a { background-color: #662A2A; }
a { background-color: rgb(102,42,42); }
div.DivClassName
{
background-color: #662A2A;
}
.BgClassName
{
background-color: #662A2A;
}
</style>
border-color css
<style>
span { border-color: #662A2A; }
span { border-color: rgb(102,42,42); }
td.TdClassName
{
border-color: #662A2A;
}
.TagClassName
{
border-color: #662A2A;
}
</style>