Html Css Color HEX #616535 Verdigris

📋 copy color: '#616535'

red 97 ◦ green 101 ◦ blue 53

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

Shades of Verdigris #616535

Tints of Verdigris #616535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

 BLUE value IS 53 (21.09% from 255) = 21.12%

R = 38.65%
G = 40.24%
B = 21.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#616535 (or 0x616535) is known color: Verdigris. HEX triplet: 61, 65 and 35. RGB value is (97,101,53). Sum of RGB (Red+Green+Blue) = 97+101+53=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #616535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616535 is #9E9ACA. Grayscale: #5E5E5E. Windows color (decimal): -10394315 or 3499361. OLE color: 3499361.

HSL color Cylindrical-coordinate representation of color #616535: hue angle of 65º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616535 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 101 53 -
CMYK 0.04 0 0.48 0.60
HSL 65º 0.31% 0.3% -
HSV(B) 65º 0.48% 0.4% -
XYZ 10.23 12.11 5.17 -
YUV 94.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 97 101 53 0.04 0 0.48 0.60 65 0.31 0.3
Hex 61 65 35 4 0 30 3C 41 1F 1E
Octal 141 145 65 4 0 60 74 101 37 36
Binary 1100001 1100101 110101 100 0 110000 111100 1000001 11111 11110

Color Harmonies of #616535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616535

Black with #616535

Text Example


Text Example

White with #616535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616535; }

 p { color: rgb(97,101,53); }

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

background-color css

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

 a { background-color: rgb(97,101,53); }

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

border-color css

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

 span { border-color: rgb(97,101,53); }

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