Html Css Color HEX #666240 Verdigris

📋 copy color: '#666240'

red 102 ◦ green 98 ◦ blue 64

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

Shades of Verdigris #666240

Tints of Verdigris #666240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

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

R = 38.64%
G = 37.12%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#666240 (or 0x666240) is known color: Verdigris. HEX triplet: 66, 62 and 40. RGB value is (102,98,64). Sum of RGB (Red+Green+Blue) = 102+98+64=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #666240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666240 is #999DBF. Grayscale: #5F5F5F. Windows color (decimal): -10067392 or 4219494. OLE color: 4219494.

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

Color convert

RGB 102 98 64 -
CMYK 0 0.04 0.37 0.6
HSL 53.68º 0.23% 0.33% -
HSV(B) 53.68º 0.37% 0.4% -
XYZ 10.77 11.93 6.59 -
YUV 95.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 102 98 64 0 0.04 0.37 0.6 53.68 0.23 0.33
Hex 66 62 40 0 4 25 3C 36 17 21
Octal 146 142 100 0 4 45 74 66 27 41
Binary 1100110 1100010 1000000 0 100 100101 111100 110110 10111 100001

Color Harmonies of #666240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666240

Black with #666240

Text Example


Text Example

White with #666240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666240; }

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

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

background-color css

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

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

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

border-color css

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

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

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