Html Css Color HEX #666640 Verdigris

📋 copy color: '#666640'

red 102 ◦ green 102 ◦ blue 64

#666640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #666640

Tints of Verdigris #666640

RGB

 RED value IS 102 (40.23% from 255) = 38.06%

 GREEN value IS 102 (40.23% from 255) = 38.06%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 38.06%
G = 38.06%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#666640 (or 0x666640) is known color: Verdigris. HEX triplet: 66, 66 and 40. RGB value is (102,102,64). Sum of RGB (Red+Green+Blue) = 102+102+64=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666640 is #9999BF. Grayscale: #616161. Windows color (decimal): -10066368 or 4220518. OLE color: 4220518.

HSL color Cylindrical-coordinate representation of color #666640: hue angle of 60º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666640 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 102 64 -
CMYK 0 0 0.37 0.6
HSL 60º 0.23% 0.33% -
HSV(B) 60º 0.37% 0.4% -
XYZ 11.16 12.7 6.71 -
YUV 97.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 102 102 64 0 0 0.37 0.6 60 0.23 0.33
Hex 66 66 40 0 0 25 3C 3C 17 21
Octal 146 146 100 0 0 45 74 74 27 41
Binary 1100110 1100110 1000000 0 0 100101 111100 111100 10111 100001

Color Harmonies of #666640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666640

Black with #666640

Text Example


Text Example

White with #666640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666640; }

 p { color: rgb(102,102,64); }

 H1.HeaderClassName
 {
   color: #666640;
 }
 .AnyTagClassName
 {
   color: #666640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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