Html Css Color HEX #616044 Verdigris

📋 copy color: '#616044'

red 97 ◦ green 96 ◦ blue 68

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

Shades of Verdigris #616044

Tints of Verdigris #616044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.05%

R = 37.16%
G = 36.78%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#616044 (or 0x616044) is known color: Verdigris. HEX triplet: 61, 60 and 44. RGB value is (97,96,68). Sum of RGB (Red+Green+Blue) = 97+96+68=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #616044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616044 is #9E9FBB. Grayscale: #5D5D5D. Windows color (decimal): -10395580 or 4481121. OLE color: 4481121.

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

Color convert

RGB 97 96 68 -
CMYK 0 0.01 0.30 0.62
HSL 57.93º 0.18% 0.32% -
HSV(B) 57.93º 0.3% 0.38% -
XYZ 10.16 11.32 7.12 -
YUV 93.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 97 96 68 0 0.01 0.30 0.62 57.93 0.18 0.32
Hex 61 60 44 0 1 1E 3E 3A 12 20
Octal 141 140 104 0 1 36 76 72 22 40
Binary 1100001 1100000 1000100 0 1 11110 111110 111010 10010 100000

Color Harmonies of #616044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616044

Black with #616044

Text Example


Text Example

White with #616044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616044; }

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

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

background-color css

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

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

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

border-color css

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

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

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