Html Css Color HEX #666641 Verdigris

📋 copy color: '#666641'

red 102 ◦ green 102 ◦ blue 65

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

Shades of Verdigris #666641

Tints of Verdigris #666641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 37.92%
G = 37.92%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#666641 (or 0x666641) is known color: Verdigris. HEX triplet: 66, 66 and 41. RGB value is (102,102,65). Sum of RGB (Red+Green+Blue) = 102+102+65=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666641 is #9999BE. Grayscale: #616161. Windows color (decimal): -10066367 or 4286054. OLE color: 4286054.

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

Color convert

RGB 102 102 65 -
CMYK 0 0 0.36 0.6
HSL 60º 0.22% 0.33% -
HSV(B) 60º 0.36% 0.4% -
XYZ 11.19 12.71 6.86 -
YUV 97.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 102 102 65 0 0 0.36 0.6 60 0.22 0.33
Hex 66 66 41 0 0 24 3C 3C 16 21
Octal 146 146 101 0 0 44 74 74 26 41
Binary 1100110 1100110 1000001 0 0 100100 111100 111100 10110 100001

Color Harmonies of #666641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666641

Black with #666641

Text Example


Text Example

White with #666641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666641; }

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

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

background-color css

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

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

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

border-color css

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

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

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