Html Css Color HEX #666146 Verdigris

📋 copy color: '#666146'

red 102 ◦ green 97 ◦ blue 70

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

Shades of Verdigris #666146

Tints of Verdigris #666146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 37.92%
G = 36.06%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#666146 (or 0x666146) is known color: Verdigris. HEX triplet: 66, 61 and 46. RGB value is (102,97,70). Sum of RGB (Red+Green+Blue) = 102+97+70=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #666146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666146 is #999EB9. Grayscale: #5F5F5F. Windows color (decimal): -10067642 or 4612454. OLE color: 4612454.

HSL color Cylindrical-coordinate representation of color #666146: hue angle of 50.62º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666146 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 97 70 -
CMYK 0 0.05 0.31 0.6
HSL 50.63º 0.19% 0.34% -
HSV(B) 50.63º 0.31% 0.4% -
XYZ 10.86 11.82 7.5 -
YUV 95.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 102 97 70 0 0.05 0.31 0.6 50.63 0.19 0.34
Hex 66 61 46 0 5 1F 3C 33 13 22
Octal 146 141 106 0 5 37 74 63 23 42
Binary 1100110 1100001 1000110 0 101 11111 111100 110011 10011 100010

Color Harmonies of #666146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666146

Black with #666146

Text Example


Text Example

White with #666146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666146; }

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

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

background-color css

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

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

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

border-color css

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

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

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