#66322C

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

Shades of Kenyan Copper #66322C

Tints of Kenyan Copper #66322C

Color information

#66322C (or 0x66322C) is unknown color: approx Kenyan Copper. HEX triplet: 66, 32 and 2C. RGB value is (102,50,44). Sum of RGB (Red+Green+Blue) = 102+50+44=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66322C is #99CDD3. Grayscale: #404040. Windows color (decimal): -10079700 or 2896486. OLE color: 2896486.

HSL color Cylindrical-coordinate representation of color #66322C: hue angle of 6.21º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66322C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1025044-
CMYK00.510.570.6
HSL6.21º39.73%28.63%-
HSV(B)6.21º56.86%40%-
XYZ7.075.293.03-
YUV64.86116.23154.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=52.04%
G=25.51%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102504400.510.570.66.2139.7328.63
Hex66322C033393C6281d
Octal1466254063717465035
Binary1100110110010101100011001111100111110011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66322C; }

 p { color: rgb(102,50,44); }

 H1.HeaderClassName
 {
   color: #66322C;
 }
 .AnyTagClassName
 {
   color: #66322C;
 }
</style>
background-color css

<style>
 a { background-color: #66322C; }

 a { background-color: rgb(102,50,44); }

 div.DivClassName
 {
   background-color: #66322C;
 }
 .BgClassName
 {
   background-color: #66322C;
 }
</style>
border-color css

<style>
 span { border-color: #66322C; }

 span { border-color: rgb(102,50,44); }

 td.TdClassName
 {
   border-color: #66322C;
 }
 .TagClassName
 {
   border-color: #66322C;
 }
</style>