#66643F

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

Shades of Verdigris #66643F

Tints of Verdigris #66643F

Color information

#66643F (or 0x66643F) is unknown color: approx Verdigris. HEX triplet: 66, 64 and 3F. RGB value is (102,100,63). Sum of RGB (Red+Green+Blue) = 102+100+63=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #66643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66643F is #999BC0. Grayscale: #606060. Windows color (decimal): -10066881 or 4154470. OLE color: 4154470.

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

Color convert

RGB10210063-
CMYK00.020.380.6
HSL56.92º23.64%32.35%-
HSV(B)56.92º38.24%40%-
XYZ10.9312.36.5-
YUV96.38109.16132.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 63 (25% from 255) = 23.77%
R=38.49%
G=37.74%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021006300.020.380.656.9223.6432.35
Hex66643F02263C391820
Octal14614477024674713040
Binary1100110110010011111101010011011110011100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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