Html Css Color HEX #616241 Verdigris

📋 copy color: '#616241'

red 97 ◦ green 98 ◦ blue 65

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

Shades of Verdigris #616241

Tints of Verdigris #616241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25%

R = 37.31%
G = 37.69%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#616241 (or 0x616241) is known color: Verdigris. HEX triplet: 61, 62 and 41. RGB value is (97,98,65). Sum of RGB (Red+Green+Blue) = 97+98+65=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #616241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616241 is #9E9DBE. Grayscale: #5E5E5E. Windows color (decimal): -10395071 or 4285025. OLE color: 4285025.

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

Color convert

RGB 97 98 65 -
CMYK 0.01 0 0.34 0.62
HSL 61.82º 0.2% 0.32% -
HSV(B) 61.82º 0.34% 0.38% -
XYZ 10.25 11.66 6.71 -
YUV 93.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 97 98 65 0.01 0 0.34 0.62 61.82 0.2 0.32
Hex 61 62 41 1 0 22 3E 3E 14 20
Octal 141 142 101 1 0 42 76 76 24 40
Binary 1100001 1100010 1000001 1 0 100010 111110 111110 10100 100000

Color Harmonies of #616241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616241

Black with #616241

Text Example


Text Example

White with #616241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616241; }

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

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

background-color css

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

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

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

border-color css

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

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

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