Html Css Color HEX #666642 Verdigris

📋 copy color: '#666642'

red 102 ◦ green 102 ◦ blue 66

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

Shades of Verdigris #666642

Tints of Verdigris #666642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 37.78%
G = 37.78%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#666642 (or 0x666642) is known color: Verdigris. HEX triplet: 66, 66 and 42. RGB value is (102,102,66). Sum of RGB (Red+Green+Blue) = 102+102+66=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666642 is #9999BD. Grayscale: #626262. Windows color (decimal): -10066366 or 4351590. OLE color: 4351590.

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

Color convert

RGB 102 102 66 -
CMYK 0 0 0.35 0.6
HSL 60º 0.21% 0.33% -
HSV(B) 60º 0.35% 0.4% -
XYZ 11.21 12.72 7.02 -
YUV 97.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 102 102 66 0 0 0.35 0.6 60 0.21 0.33
Hex 66 66 42 0 0 23 3C 3C 15 21
Octal 146 146 102 0 0 43 74 74 25 41
Binary 1100110 1100110 1000010 0 0 100011 111100 111100 10101 100001

Color Harmonies of #666642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666642

Black with #666642

Text Example


Text Example

White with #666642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666642; }

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

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

background-color css

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

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

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

border-color css

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

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

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