Shades of Kenyan Copper #66302D
Tints of Kenyan Copper #66302D
RGB
CMYK
RGB Variations
Color information
#66302D (or 0x66302D) is known color: Kenyan Copper. HEX triplet: 66, 30 and 2D. RGB value is (102,48,45). Sum of RGB (Red+Green+Blue) = 102+48+45=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66302D is #99CFD2. Grayscale: #3F3F3F. Windows color (decimal): -10080211 or 2961510. OLE color: 2961510.
HSL color Cylindrical-coordinate representation of color #66302D: hue angle of 3.16º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66302D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 45 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.6 |
| HSL | 3.16º | 0.39% | 0.29% | - |
| HSV(B) | 3.16º | 0.56% | 0.4% | - |
| XYZ | 7.01 | 5.13 | 3.1 | - |
| YUV | 63.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 45 | 0 | 0.53 | 0.56 | 0.6 | 3.16 | 0.39 | 0.29 |
| Hex | 66 | 30 | 2D | 0 | 35 | 38 | 3C | 3 | 27 | 1D |
| Octal | 146 | 60 | 55 | 0 | 65 | 70 | 74 | 3 | 47 | 35 |
| Binary | 1100110 | 110000 | 101101 | 0 | 110101 | 111000 | 111100 | 11 | 100111 | 11101 |
Color Harmonies of #66302D
Complementary color
Monochromatic Colors of #66302D
Black with #66302D
Text Example
Text Example
White with #66302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66302D; }
p { color: rgb(102,48,45); }
H1.HeaderClassName
{
color: #66302D;
}
.AnyTagClassName
{
color: #66302D;
}
</style>
background-color css
<style>
a { background-color: #66302D; }
a { background-color: rgb(102,48,45); }
div.DivClassName
{
background-color: #66302D;
}
.BgClassName
{
background-color: #66302D;
}
</style>
border-color css
<style>
span { border-color: #66302D; }
span { border-color: rgb(102,48,45); }
td.TdClassName
{
border-color: #66302D;
}
.TagClassName
{
border-color: #66302D;
}
</style>