Html Css Color HEX #666047 Verdigris

📋 copy color: '#666047'

red 102 ◦ green 96 ◦ blue 71

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

Shades of Verdigris #666047

Tints of Verdigris #666047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

 BLUE value IS 71 (28.13% from 255) = 26.39%

R = 37.92%
G = 35.69%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#666047 (or 0x666047) is known color: Verdigris. HEX triplet: 66, 60 and 47. RGB value is (102,96,71). Sum of RGB (Red+Green+Blue) = 102+96+71=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #666047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666047 is #999FB8. Grayscale: #5F5F5F. Windows color (decimal): -10067897 or 4677734. OLE color: 4677734.

HSL color Cylindrical-coordinate representation of color #666047: hue angle of 48.39º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666047 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 96 71 -
CMYK 0 0.06 0.30 0.6
HSL 48.39º 0.18% 0.34% -
HSV(B) 48.39º 0.3% 0.4% -
XYZ 10.8 11.65 7.64 -
YUV 94.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 102 96 71 0 0.06 0.30 0.6 48.39 0.18 0.34
Hex 66 60 47 0 6 1E 3C 30 12 22
Octal 146 140 107 0 6 36 74 60 22 42
Binary 1100110 1100000 1000111 0 110 11110 111100 110000 10010 100010

Color Harmonies of #666047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666047

Black with #666047

Text Example


Text Example

White with #666047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666047; }

 p { color: rgb(102,96,71); }

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

background-color css

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

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

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

border-color css

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

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

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