#666046

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

Shades of Verdigris #666046

Tints of Verdigris #666046

Color information

#666046 (or 0x666046) is unknown color: approx Verdigris. HEX triplet: 66, 60 and 46. RGB value is (102,96,70). Sum of RGB (Red+Green+Blue) = 102+96+70=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #666046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666046 is #999FB9. Grayscale: #5E5E5E. Windows color (decimal): -10067898 or 4612198. OLE color: 4612198.

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

Color convert

RGB1029670-
CMYK00.060.310.6
HSL48.75º18.6%33.73%-
HSV(B)48.75º31.37%40%-
XYZ10.7711.637.47-
YUV94.83113.99133.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 70 (27.73% from 255) = 26.12%
R=38.06%
G=35.82%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102967000.060.310.648.7518.633.73
Hex666046061F3C311322
Octal146140106063774612342
Binary11001101100000100011001101111111110011000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666046; }

 p { color: rgb(102,96,70); }

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

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

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

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

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

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

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