#66643D

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

Shades of Verdigris #66643D

Tints of Verdigris #66643D

Color information

#66643D (or 0x66643D) is unknown color: approx Verdigris. HEX triplet: 66, 64 and 3D. RGB value is (102,100,61). Sum of RGB (Red+Green+Blue) = 102+100+61=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66643D is #999BC2. Grayscale: #606060. Windows color (decimal): -10066883 or 4023398. OLE color: 4023398.

HSL color Cylindrical-coordinate representation of color #66643D: hue angle of 57.07º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66643D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB10210061-
CMYK00.020.400.6
HSL57.07º25.15%31.96%-
HSV(B)57.07º40.2%40%-
XYZ10.8812.286.21-
YUV96.15108.16132.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 61 (24.22% from 255) = 23.19%
R=38.78%
G=38.02%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021006100.020.400.657.0725.1531.96
Hex66643D02283C391920
Octal14614475025074713140
Binary1100110110010011110101010100011110011100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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