Html Css Color HEX #666140 Verdigris

📋 copy color: '#666140'

red 102 ◦ green 97 ◦ blue 64

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

Shades of Verdigris #666140

Tints of Verdigris #666140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.88%

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

R = 38.78%
G = 36.88%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#666140 (or 0x666140) is known color: Verdigris. HEX triplet: 66, 61 and 40. RGB value is (102,97,64). Sum of RGB (Red+Green+Blue) = 102+97+64=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #666140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666140 is #999EBF. Grayscale: #5E5E5E. Windows color (decimal): -10067648 or 4219238. OLE color: 4219238.

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

Color convert

RGB 102 97 64 -
CMYK 0 0.05 0.37 0.6
HSL 52.11º 0.23% 0.33% -
HSV(B) 52.11º 0.37% 0.4% -
XYZ 10.68 11.74 6.55 -
YUV 94.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 102 97 64 0 0.05 0.37 0.6 52.11 0.23 0.33
Hex 66 61 40 0 5 25 3C 34 17 21
Octal 146 141 100 0 5 45 74 64 27 41
Binary 1100110 1100001 1000000 0 101 100101 111100 110100 10111 100001

Color Harmonies of #666140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666140

Black with #666140

Text Example


Text Example

White with #666140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666140; }

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

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

background-color css

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

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

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

border-color css

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

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

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