Html Css Color HEX #616332 Verdigris

📋 copy color: '#616332'

red 97 ◦ green 99 ◦ blue 50

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

Shades of Verdigris #616332

Tints of Verdigris #616332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 39.43%
G = 40.24%
B = 20.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#616332 (or 0x616332) is known color: Verdigris. HEX triplet: 61, 63 and 32. RGB value is (97,99,50). Sum of RGB (Red+Green+Blue) = 97+99+50=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #616332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616332 is #9E9CCD. Grayscale: #5D5D5D. Windows color (decimal): -10394830 or 3302241. OLE color: 3302241.

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

Color convert

RGB 97 99 50 -
CMYK 0.02 0 0.49 0.61
HSL 62.45º 0.33% 0.29% -
HSV(B) 62.45º 0.49% 0.39% -
XYZ 9.97 11.7 4.75 -
YUV 92.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 97 99 50 0.02 0 0.49 0.61 62.45 0.33 0.29
Hex 61 63 32 2 0 31 3D 3E 21 1D
Octal 141 143 62 2 0 61 75 76 41 35
Binary 1100001 1100011 110010 10 0 110001 111101 111110 100001 11101

Color Harmonies of #616332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616332

Black with #616332

Text Example


Text Example

White with #616332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616332; }

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

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

background-color css

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

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

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

border-color css

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

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

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