#66663C

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

Shades of Verdigris #66663C

Tints of Verdigris #66663C

Color information

#66663C (or 0x66663C) is unknown color: approx Verdigris. HEX triplet: 66, 66 and 3C. RGB value is (102,102,60). Sum of RGB (Red+Green+Blue) = 102+102+60=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66663C is #9999C3. Grayscale: #616161. Windows color (decimal): -10066372 or 3958374. OLE color: 3958374.

HSL color Cylindrical-coordinate representation of color #66663C: hue angle of 60º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66663C is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB10210260-
CMYK000.410.6
HSL60º25.93%31.76%-
HSV(B)60º41.18%40%-
XYZ11.0512.656.14-
YUV97.21107131.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=38.64%
G=38.64%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210260000.410.66025.9331.76
Hex66663C00293C3c1a20
Octal14614674005174743240
Binary110011011001101111000010100111110011110011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66663C; }

 p { color: rgb(102,102,60); }

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

<style>
 a { background-color: #66663C; }

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

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

<style>
 span { border-color: #66663C; }

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

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