Html Css Color HEX #616335 Verdigris

📋 copy color: '#616335'

red 97 ◦ green 99 ◦ blue 53

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

Shades of Verdigris #616335

Tints of Verdigris #616335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.76%

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

R = 38.96%
G = 39.76%
B = 21.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#616335 (or 0x616335) is known color: Verdigris. HEX triplet: 61, 63 and 35. RGB value is (97,99,53). Sum of RGB (Red+Green+Blue) = 97+99+53=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #616335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616335 is #9E9CCA. Grayscale: #5D5D5D. Windows color (decimal): -10394827 or 3498849. OLE color: 3498849.

HSL color Cylindrical-coordinate representation of color #616335: hue angle of 62.61º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616335 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 99 53 -
CMYK 0.02 0 0.46 0.61
HSL 62.61º 0.3% 0.3% -
HSV(B) 62.61º 0.46% 0.39% -
XYZ 10.03 11.72 5.1 -
YUV 93.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 97 99 53 0.02 0 0.46 0.61 62.61 0.3 0.3
Hex 61 63 35 2 0 2E 3D 3F 1E 1E
Octal 141 143 65 2 0 56 75 77 36 36
Binary 1100001 1100011 110101 10 0 101110 111101 111111 11110 11110

Color Harmonies of #616335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616335

Black with #616335

Text Example


Text Example

White with #616335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616335; }

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

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

background-color css

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

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

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

border-color css

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

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

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