Html Css Color HEX #616145 Verdigris

📋 copy color: '#616145'

red 97 ◦ green 97 ◦ blue 69

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

Shades of Verdigris #616145

Tints of Verdigris #616145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.24%

R = 36.88%
G = 36.88%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#616145 (or 0x616145) is known color: Verdigris. HEX triplet: 61, 61 and 45. RGB value is (97,97,69). Sum of RGB (Red+Green+Blue) = 97+97+69=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616145 is #9E9EBA. Grayscale: #5D5D5D. Windows color (decimal): -10395323 or 4546913. OLE color: 4546913.

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

Color convert

RGB 97 97 69 -
CMYK 0 0 0.29 0.62
HSL 60º 0.17% 0.33% -
HSV(B) 60º 0.29% 0.38% -
XYZ 10.28 11.52 7.31 -
YUV 93.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 97 97 69 0 0 0.29 0.62 60 0.17 0.33
Hex 61 61 45 0 0 1D 3E 3C 11 21
Octal 141 141 105 0 0 35 76 74 21 41
Binary 1100001 1100001 1000101 0 0 11101 111110 111100 10001 100001

Color Harmonies of #616145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616145

Black with #616145

Text Example


Text Example

White with #616145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616145; }

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

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

background-color css

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

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

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

border-color css

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

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

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