Html Css Color HEX #616242 Verdigris

📋 copy color: '#616242'

red 97 ◦ green 98 ◦ blue 66

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

Shades of Verdigris #616242

Tints of Verdigris #616242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

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

R = 37.16%
G = 37.55%
B = 25.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#616242 (or 0x616242) is known color: Verdigris. HEX triplet: 61, 62 and 42. RGB value is (97,98,66). Sum of RGB (Red+Green+Blue) = 97+98+66=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #616242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616242 is #9E9DBD. Grayscale: #5E5E5E. Windows color (decimal): -10395070 or 4350561. OLE color: 4350561.

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

Color convert

RGB 97 98 66 -
CMYK 0.01 0 0.33 0.62
HSL 61.88º 0.2% 0.32% -
HSV(B) 61.88º 0.33% 0.38% -
XYZ 10.28 11.67 6.86 -
YUV 94.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 97 98 66 0.01 0 0.33 0.62 61.88 0.2 0.32
Hex 61 62 42 1 0 21 3E 3E 14 20
Octal 141 142 102 1 0 41 76 76 24 40
Binary 1100001 1100010 1000010 1 0 100001 111110 111110 10100 100000

Color Harmonies of #616242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616242

Black with #616242

Text Example


Text Example

White with #616242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616242; }

 p { color: rgb(97,98,66); }

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

background-color css

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

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

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

border-color css

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

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

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