Html Css Color HEX #616134 Verdigris

📋 copy color: '#616134'

red 97 ◦ green 97 ◦ blue 52

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

Shades of Verdigris #616134

Tints of Verdigris #616134

RGB

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

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

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

R = 39.43%
G = 39.43%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#616134 (or 0x616134) is known color: Verdigris. HEX triplet: 61, 61 and 34. RGB value is (97,97,52). Sum of RGB (Red+Green+Blue) = 97+97+52=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616134 is #9E9ECB. Grayscale: #5C5C5C. Windows color (decimal): -10395340 or 3432801. OLE color: 3432801.

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

Color convert

RGB 97 97 52 -
CMYK 0 0 0.46 0.62
HSL 60º 0.3% 0.29% -
HSV(B) 60º 0.46% 0.38% -
XYZ 9.82 11.34 4.92 -
YUV 91.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 97 97 52 0 0 0.46 0.62 60 0.3 0.29
Hex 61 61 34 0 0 2E 3E 3C 1E 1D
Octal 141 141 64 0 0 56 76 74 36 35
Binary 1100001 1100001 110100 0 0 101110 111110 111100 11110 11101

Color Harmonies of #616134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616134

Black with #616134

Text Example


Text Example

White with #616134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616134; }

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

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

background-color css

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

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

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

border-color css

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

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

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