#666939

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

Shades of Verdigris #666939

Tints of Verdigris #666939

Color information

#666939 (or 0x666939) is unknown color: approx Verdigris. HEX triplet: 66, 69 and 39. RGB value is (102,105,57). Sum of RGB (Red+Green+Blue) = 102+105+57=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #666939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666939 is #9996C6. Grayscale: #626262. Windows color (decimal): -10065607 or 3762534. OLE color: 3762534.

HSL color Cylindrical-coordinate representation of color #666939: hue angle of 63.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #666939 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB10210557-
CMYK0.0300.460.59
HSL63.75º29.63%31.76%-
HSV(B)63.75º45.71%41.18%-
XYZ11.2713.225.83-
YUV98.63104.51130.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 57 (22.66% from 255) = 21.59%
R=38.64%
G=39.77%
B=21.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105570.0300.460.5963.7529.6331.76
Hex666939302E3B401e20
Octal146151713056731003640
Binary11001101101001111001110101110111011100000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666939; }

 p { color: rgb(102,105,57); }

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

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

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

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

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

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

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