#66332C

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

Shades of Kenyan Copper #66332C

Tints of Kenyan Copper #66332C

Color information

#66332C (or 0x66332C) is unknown color: approx Kenyan Copper. HEX triplet: 66, 33 and 2C. RGB value is (102,51,44). Sum of RGB (Red+Green+Blue) = 102+51+44=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66332C is #99CCD3. Grayscale: #414141. Windows color (decimal): -10079444 or 2896742. OLE color: 2896742.

HSL color Cylindrical-coordinate representation of color #66332C: hue angle of 7.24º 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 #66332C is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1025144-
CMYK00.50.570.6
HSL7.24º39.73%28.63%-
HSV(B)7.24º56.86%40%-
XYZ7.125.373.05-
YUV65.45115.9154.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=51.78%
G=25.89%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102514400.50.570.67.2439.7328.63
Hex66332C032393C7281d
Octal1466354062717475035
Binary1100110110011101100011001011100111110011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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