Html Css Color HEX #616334 Verdigris

📋 copy color: '#616334'

red 97 ◦ green 99 ◦ blue 52

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

Shades of Verdigris #616334

Tints of Verdigris #616334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.97%

R = 39.11%
G = 39.92%
B = 20.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#616334 (or 0x616334) is known color: Verdigris. HEX triplet: 61, 63 and 34. RGB value is (97,99,52). Sum of RGB (Red+Green+Blue) = 97+99+52=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #616334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616334 is #9E9CCB. Grayscale: #5D5D5D. Windows color (decimal): -10394828 or 3433313. OLE color: 3433313.

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

Color convert

RGB 97 99 52 -
CMYK 0.02 0 0.47 0.61
HSL 62.55º 0.31% 0.3% -
HSV(B) 62.55º 0.47% 0.39% -
XYZ 10.01 11.71 4.98 -
YUV 93.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 97 99 52 0.02 0 0.47 0.61 62.55 0.31 0.3
Hex 61 63 34 2 0 2F 3D 3F 1F 1E
Octal 141 143 64 2 0 57 75 77 37 36
Binary 1100001 1100011 110100 10 0 101111 111101 111111 11111 11110

Color Harmonies of #616334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616334

Black with #616334

Text Example


Text Example

White with #616334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616334; }

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

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

background-color css

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

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

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

border-color css

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

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

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