#66302D

Color #66302D Kenyan Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kenyan Copper #66302D

Tints of Kenyan Copper #66302D

Color information

#66302D (or 0x66302D) is unknown color: approx 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

RGB1024845-
CMYK00.530.560.6
HSL3.16º38.78%28.82%-
HSV(B)3.16º55.88%40%-
XYZ7.015.133.1-
YUV63.8117.39155.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=52.31%
G=24.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102484500.530.560.63.1638.7828.82
Hex66302D035383C3271d
Octal1466055065707434735
Binary110011011000010110101101011110001111001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>