Html Css Color HEX #666440 Verdigris

📋 copy color: '#666440'

red 102 ◦ green 100 ◦ blue 64

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

Shades of Verdigris #666440

Tints of Verdigris #666440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

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

R = 38.35%
G = 37.59%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#666440 (or 0x666440) is known color: Verdigris. HEX triplet: 66, 64 and 40. RGB value is (102,100,64). Sum of RGB (Red+Green+Blue) = 102+100+64=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #666440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666440 is #999BBF. Grayscale: #606060. Windows color (decimal): -10066880 or 4220006. OLE color: 4220006.

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

Color convert

RGB 102 100 64 -
CMYK 0 0.02 0.37 0.6
HSL 56.84º 0.23% 0.33% -
HSV(B) 56.84º 0.37% 0.4% -
XYZ 10.96 12.31 6.65 -
YUV 96.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 102 100 64 0 0.02 0.37 0.6 56.84 0.23 0.33
Hex 66 64 40 0 2 25 3C 39 17 21
Octal 146 144 100 0 2 45 74 71 27 41
Binary 1100110 1100100 1000000 0 10 100101 111100 111001 10111 100001

Color Harmonies of #666440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666440

Black with #666440

Text Example


Text Example

White with #666440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666440; }

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

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

background-color css

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

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

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

border-color css

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

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

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