Html Css Color HEX #615F49 Verdigris

📋 copy color: '#615F49'

red 97 ◦ green 95 ◦ blue 73

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

Shades of Verdigris #615F49

Tints of Verdigris #615F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.85%

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 36.6%
G = 35.85%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#615F49 (or 0x615F49) is known color: Verdigris. HEX triplet: 61, 5F and 49. RGB value is (97,95,73). Sum of RGB (Red+Green+Blue) = 97+95+73=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F49 is #9EA0B6. Grayscale: #5D5D5D. Windows color (decimal): -10395831 or 4808545. OLE color: 4808545.

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

Color convert

RGB 97 95 73 -
CMYK 0 0.02 0.25 0.62
HSL 55º 0.14% 0.33% -
HSV(B) 55º 0.25% 0.38% -
XYZ 10.22 11.21 7.93 -
YUV 93.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 97 95 73 0 0.02 0.25 0.62 55 0.14 0.33
Hex 61 5F 49 0 2 19 3E 37 E 21
Octal 141 137 111 0 2 31 76 67 16 41
Binary 1100001 1011111 1001001 0 10 11001 111110 110111 1110 100001

Color Harmonies of #615F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F49

Black with #615F49

Text Example


Text Example

White with #615F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615F49; }

 p { color: rgb(97,95,73); }

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

background-color css

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

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

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

border-color css

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

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

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