#666146

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

Shades of Verdigris #666146

Tints of Verdigris #666146

Color information

#666146 (or 0x666146) is unknown color: approx Verdigris. HEX triplet: 66, 61 and 46. RGB value is (102,97,70). Sum of RGB (Red+Green+Blue) = 102+97+70=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #666146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666146 is #999EB9. Grayscale: #5F5F5F. Windows color (decimal): -10067642 or 4612454. OLE color: 4612454.

HSL color Cylindrical-coordinate representation of color #666146: hue angle of 50.62º 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 #666146 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1029770-
CMYK00.050.310.6
HSL50.62º18.6%33.73%-
HSV(B)50.62º31.37%40%-
XYZ10.8611.827.5-
YUV95.42113.66132.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=37.92%
G=36.06%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102977000.050.310.650.6218.633.73
Hex666146051F3C331322
Octal146141106053774632342
Binary11001101100001100011001011111111110011001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666146; }

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

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

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

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

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

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

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

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