#666137

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

Shades of Verdigris #666137

Tints of Verdigris #666137

Color information

#666137 (or 0x666137) is unknown color: approx Verdigris. HEX triplet: 66, 61 and 37. RGB value is (102,97,55). Sum of RGB (Red+Green+Blue) = 102+97+55=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #666137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666137 is #999EC8. Grayscale: #5D5D5D. Windows color (decimal): -10067657 or 3629414. OLE color: 3629414.

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

Color convert

RGB1029755-
CMYK00.050.460.6
HSL53.62º29.94%30.78%-
HSV(B)53.62º46.08%40%-
XYZ10.4411.655.31-
YUV93.71106.16133.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=40.16%
G=38.19%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102975500.050.460.653.6229.9430.78
Hex666137052E3C361e1f
Octal14614167055674663637
Binary1100110110000111011101011011101111001101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666137; }

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

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

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

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

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

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

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

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