Html Css Color HEX #615C3F Verdigris

📋 copy color: '#615C3F'

red 97 ◦ green 92 ◦ blue 63

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

Shades of Verdigris #615C3F

Tints of Verdigris #615C3F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.51%

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

R = 38.49%
G = 36.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#615C3F (or 0x615C3F) is known color: Verdigris. HEX triplet: 61, 5C and 3F. RGB value is (97,92,63). Sum of RGB (Red+Green+Blue) = 97+92+63=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C3F is #9EA3C0. Grayscale: #5A5A5A. Windows color (decimal): -10396609 or 4152417. OLE color: 4152417.

HSL color Cylindrical-coordinate representation of color #615C3F: hue angle of 51.18º 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 #615C3F is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 92 63 -
CMYK 0 0.05 0.35 0.62
HSL 51.18º 0.21% 0.31% -
HSV(B) 51.18º 0.35% 0.38% -
XYZ 9.65 10.55 6.23 -
YUV 90.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 97 92 63 0 0.05 0.35 0.62 51.18 0.21 0.31
Hex 61 5C 3F 0 5 23 3E 33 15 1F
Octal 141 134 77 0 5 43 76 63 25 37
Binary 1100001 1011100 111111 0 101 100011 111110 110011 10101 11111

Color Harmonies of #615C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C3F

Black with #615C3F

Text Example


Text Example

White with #615C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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