#66653F

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

Shades of Verdigris #66653F

Tints of Verdigris #66653F

Color information

#66653F (or 0x66653F) is unknown color: approx Verdigris. HEX triplet: 66, 65 and 3F. RGB value is (102,101,63). Sum of RGB (Red+Green+Blue) = 102+101+63=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #66653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66653F is #999AC0. Grayscale: #616161. Windows color (decimal): -10066625 or 4154726. OLE color: 4154726.

HSL color Cylindrical-coordinate representation of color #66653F: hue angle of 58.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66653F is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB10210163-
CMYK00.010.380.6
HSL58.46º23.64%32.35%-
HSV(B)58.46º38.24%40%-
XYZ11.0312.496.53-
YUV96.97108.83131.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 63 (25% from 255) = 23.68%
R=38.35%
G=37.97%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021016300.010.380.658.4623.6432.35
Hex66653F01263C3a1820
Octal14614577014674723040
Binary110011011001011111110110011011110011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,101,63); }

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

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

 a { background-color: rgb(102,101,63); }

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

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

 span { border-color: rgb(102,101,63); }

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