#666336

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

Shades of Verdigris #666336

Tints of Verdigris #666336

Color information

#666336 (or 0x666336) is unknown color: approx Verdigris. HEX triplet: 66, 63 and 36. RGB value is (102,99,54). Sum of RGB (Red+Green+Blue) = 102+99+54=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #666336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666336 is #999CC9. Grayscale: #5E5E5E. Windows color (decimal): -10067146 or 3564390. OLE color: 3564390.

HSL color Cylindrical-coordinate representation of color #666336: hue angle of 56.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #666336 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB1029954-
CMYK00.030.470.6
HSL56.25º30.77%30.59%-
HSV(B)56.25º47.06%40%-
XYZ10.6112.015.25-
YUV94.77104.99133.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=40%
G=38.82%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102995400.030.470.656.2530.7730.59
Hex666336032F3C381f1f
Octal14614366035774703737
Binary110011011000111101100111011111111001110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666336; }

 p { color: rgb(102,99,54); }

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

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

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

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

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

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

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