Html Css Color HEX #615D3E Verdigris

📋 copy color: '#615D3E'

red 97 ◦ green 93 ◦ blue 62

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

Shades of Verdigris #615D3E

Tints of Verdigris #615D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 38.49%
G = 36.9%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#615D3E (or 0x615D3E) is known color: Verdigris. HEX triplet: 61, 5D and 3E. RGB value is (97,93,62). Sum of RGB (Red+Green+Blue) = 97+93+62=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D3E is #9EA2C1. Grayscale: #5A5A5A. Windows color (decimal): -10396354 or 4087137. OLE color: 4087137.

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

Color convert

RGB 97 93 62 -
CMYK 0 0.04 0.36 0.62
HSL 53.14º 0.22% 0.31% -
HSV(B) 53.14º 0.36% 0.38% -
XYZ 9.71 10.72 6.11 -
YUV 90.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 97 93 62 0 0.04 0.36 0.62 53.14 0.22 0.31
Hex 61 5D 3E 0 4 24 3E 35 16 1F
Octal 141 135 76 0 4 44 76 65 26 37
Binary 1100001 1011101 111110 0 100 100100 111110 110101 10110 11111

Color Harmonies of #615D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D3E

Black with #615D3E

Text Example


Text Example

White with #615D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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