Html Css Color HEX #615D40 Verdigris

📋 copy color: '#615D40'

red 97 ◦ green 93 ◦ blue 64

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

Shades of Verdigris #615D40

Tints of Verdigris #615D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.61%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 38.19%
G = 36.61%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#615D40 (or 0x615D40) is known color: Verdigris. HEX triplet: 61, 5D and 40. RGB value is (97,93,64). Sum of RGB (Red+Green+Blue) = 97+93+64=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D40 is #9EA2BF. Grayscale: #5B5B5B. Windows color (decimal): -10396352 or 4218209. OLE color: 4218209.

HSL color Cylindrical-coordinate representation of color #615D40: hue angle of 52.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #615D40 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 93 64 -
CMYK 0 0.04 0.34 0.62
HSL 52.73º 0.2% 0.32% -
HSV(B) 52.73º 0.34% 0.38% -
XYZ 9.77 10.74 6.41 -
YUV 90.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 97 93 64 0 0.04 0.34 0.62 52.73 0.2 0.32
Hex 61 5D 40 0 4 22 3E 35 14 20
Octal 141 135 100 0 4 42 76 65 24 40
Binary 1100001 1011101 1000000 0 100 100010 111110 110101 10100 100000

Color Harmonies of #615D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D40

Black with #615D40

Text Example


Text Example

White with #615D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,93,64); }

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

background-color css

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

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

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

border-color css

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

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

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