#666147

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

Shades of Verdigris #666147

Tints of Verdigris #666147

Color information

#666147 (or 0x666147) is unknown color: approx Verdigris. HEX triplet: 66, 61 and 47. RGB value is (102,97,71). Sum of RGB (Red+Green+Blue) = 102+97+71=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #666147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666147 is #999EB8. Grayscale: #5F5F5F. Windows color (decimal): -10067641 or 4677990. OLE color: 4677990.

HSL color Cylindrical-coordinate representation of color #666147: hue angle of 50.32º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666147 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB1029771-
CMYK00.050.300.6
HSL50.32º17.92%33.92%-
HSV(B)50.32º30.39%40%-
XYZ10.8911.837.67-
YUV95.53114.16132.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=37.78%
G=35.93%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102977100.050.300.650.3217.9233.92
Hex666147051E3C321222
Octal146141107053674622242
Binary11001101100001100011101011111011110011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666147; }

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

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

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

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

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

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

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

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