Html Css Color HEX #615D3F Verdigris

📋 copy color: '#615D3F'

red 97 ◦ green 93 ◦ blue 63

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

Shades of Verdigris #615D3F

Tints of Verdigris #615D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.9%

R = 38.34%
G = 36.76%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#615D3F (or 0x615D3F) is known color: Verdigris. HEX triplet: 61, 5D and 3F. RGB value is (97,93,63). Sum of RGB (Red+Green+Blue) = 97+93+63=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D3F is #9EA2C0. Grayscale: #5A5A5A. Windows color (decimal): -10396353 or 4152673. OLE color: 4152673.

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

Color convert

RGB 97 93 63 -
CMYK 0 0.04 0.35 0.62
HSL 52.94º 0.21% 0.31% -
HSV(B) 52.94º 0.35% 0.38% -
XYZ 9.74 10.73 6.26 -
YUV 90.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 97 93 63 0 0.04 0.35 0.62 52.94 0.21 0.31
Hex 61 5D 3F 0 4 23 3E 35 15 1F
Octal 141 135 77 0 4 43 76 65 25 37
Binary 1100001 1011101 111111 0 100 100011 111110 110101 10101 11111

Color Harmonies of #615D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D3F

Black with #615D3F

Text Example


Text Example

White with #615D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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