Html Css Color HEX #666147 Verdigris

📋 copy color: '#666147'

red 102 ◦ green 97 ◦ blue 71

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

Shades of Verdigris #666147

Tints of Verdigris #666147

RGB

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

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

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

R = 37.78%
G = 35.93%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#666147 (or 0x666147) is known color: Verdigris. HEX triplet: 66, 61 and 47. RGB value is (102,97,71). Sum of RGB (Red+Green+Blue) = 102+97+71=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #666147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666147 is #999EB8. Grayscale: #5F5F5F. Windows color (decimal): -10067641 or 4677990. OLE color: 4677990.

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

Color convert

RGB 102 97 71 -
CMYK 0 0.05 0.30 0.6
HSL 50.32º 0.18% 0.34% -
HSV(B) 50.32º 0.3% 0.4% -
XYZ 10.89 11.83 7.67 -
YUV 95.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 102 97 71 0 0.05 0.30 0.6 50.32 0.18 0.34
Hex 66 61 47 0 5 1E 3C 32 12 22
Octal 146 141 107 0 5 36 74 62 22 42
Binary 1100110 1100001 1000111 0 101 11110 111100 110010 10010 100010

Color Harmonies of #666147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666147

Black with #666147

Text Example


Text Example

White with #666147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666147; }

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

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

background-color css

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

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

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

border-color css

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

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

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