#66623F

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

Shades of Verdigris #66623F

Tints of Verdigris #66623F

Color information

#66623F (or 0x66623F) is unknown color: approx Verdigris. HEX triplet: 66, 62 and 3F. RGB value is (102,98,63). Sum of RGB (Red+Green+Blue) = 102+98+63=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66623F is #999DC0. Grayscale: #5F5F5F. Windows color (decimal): -10067393 or 4153958. OLE color: 4153958.

HSL color Cylindrical-coordinate representation of color #66623F: hue angle of 53.85º 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 #66623F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1029863-
CMYK00.040.380.6
HSL53.85º23.64%32.35%-
HSV(B)53.85º38.24%40%-
XYZ10.7411.926.44-
YUV95.21109.83132.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 63 (25% from 255) = 23.95%
R=38.78%
G=37.26%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102986300.040.380.653.8523.6432.35
Hex66623F04263C361820
Octal14614277044674663040
Binary11001101100010111111010010011011110011011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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