#66362F

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

Shades of Kenyan Copper #66362F

Tints of Kenyan Copper #66362F

Color information

#66362F (or 0x66362F) is unknown color: approx Kenyan Copper. HEX triplet: 66, 36 and 2F. RGB value is (102,54,47). Sum of RGB (Red+Green+Blue) = 102+54+47=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66362F is #99C9D0. Grayscale: #434343. Windows color (decimal): -10078673 or 3094118. OLE color: 3094118.

HSL color Cylindrical-coordinate representation of color #66362F: hue angle of 7.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66362F is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1025447-
CMYK00.470.540.6
HSL7.64º36.91%29.22%-
HSV(B)7.64º53.92%40%-
XYZ7.315.673.4-
YUV67.55116.4152.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=50.25%
G=26.60%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102544700.470.540.67.6436.9129.22
Hex66362F02F363C8251d
Octal14666570576674104535
Binary11001101101101011110101111110110111100100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66362F; }

 p { color: rgb(102,54,47); }

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

<style>
 a { background-color: #66362F; }

 a { background-color: rgb(102,54,47); }

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

<style>
 span { border-color: #66362F; }

 span { border-color: rgb(102,54,47); }

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