Html Css Color HEX #616046 Verdigris

📋 copy color: '#616046'

red 97 ◦ green 96 ◦ blue 70

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

Shades of Verdigris #616046

Tints of Verdigris #616046

RGB

 RED value IS 97 (38.28% from 255) = 36.88%

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

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

R = 36.88%
G = 36.5%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#616046 (or 0x616046) is known color: Verdigris. HEX triplet: 61, 60 and 46. RGB value is (97,96,70). Sum of RGB (Red+Green+Blue) = 97+96+70=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #616046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616046 is #9E9FB9. Grayscale: #5D5D5D. Windows color (decimal): -10395578 or 4612193. OLE color: 4612193.

HSL color Cylindrical-coordinate representation of color #616046: hue angle of 57.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616046 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 96 70 -
CMYK 0 0.01 0.28 0.62
HSL 57.78º 0.16% 0.33% -
HSV(B) 57.78º 0.28% 0.38% -
XYZ 10.22 11.35 7.45 -
YUV 93.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 97 96 70 0 0.01 0.28 0.62 57.78 0.16 0.33
Hex 61 60 46 0 1 1C 3E 3A 10 21
Octal 141 140 106 0 1 34 76 72 20 41
Binary 1100001 1100000 1000110 0 1 11100 111110 111010 10000 100001

Color Harmonies of #616046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616046

Black with #616046

Text Example


Text Example

White with #616046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616046; }

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

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

background-color css

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

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

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

border-color css

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

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

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