Html Css Color HEX #616245 Verdigris

📋 copy color: '#616245'

red 97 ◦ green 98 ◦ blue 69

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

Shades of Verdigris #616245

Tints of Verdigris #616245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

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

R = 36.74%
G = 37.12%
B = 26.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#616245 (or 0x616245) is known color: Verdigris. HEX triplet: 61, 62 and 45. RGB value is (97,98,69). Sum of RGB (Red+Green+Blue) = 97+98+69=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #616245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616245 is #9E9DBA. Grayscale: #5E5E5E. Windows color (decimal): -10395067 or 4547169. OLE color: 4547169.

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

Color convert

RGB 97 98 69 -
CMYK 0.01 0 0.30 0.62
HSL 62.07º 0.17% 0.33% -
HSV(B) 62.07º 0.3% 0.38% -
XYZ 10.37 11.71 7.34 -
YUV 94.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 97 98 69 0.01 0 0.30 0.62 62.07 0.17 0.33
Hex 61 62 45 1 0 1E 3E 3E 11 21
Octal 141 142 105 1 0 36 76 76 21 41
Binary 1100001 1100010 1000101 1 0 11110 111110 111110 10001 100001

Color Harmonies of #616245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616245

Black with #616245

Text Example


Text Example

White with #616245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616245; }

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

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

background-color css

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

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

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

border-color css

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

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

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