Html Css Color HEX #615F3F Verdigris

📋 copy color: '#615F3F'

red 97 ◦ green 95 ◦ blue 63

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

Shades of Verdigris #615F3F

Tints of Verdigris #615F3F

RGB

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

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

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

R = 38.04%
G = 37.25%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#615F3F (or 0x615F3F) is known color: Verdigris. HEX triplet: 61, 5F and 3F. RGB value is (97,95,63). Sum of RGB (Red+Green+Blue) = 97+95+63=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #615F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F3F is #9EA0C0. Grayscale: #5C5C5C. Windows color (decimal): -10395841 or 4153185. OLE color: 4153185.

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

Color convert

RGB 97 95 63 -
CMYK 0 0.02 0.35 0.62
HSL 56.47º 0.21% 0.31% -
HSV(B) 56.47º 0.35% 0.38% -
XYZ 9.92 11.08 6.32 -
YUV 91.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 97 95 63 0 0.02 0.35 0.62 56.47 0.21 0.31
Hex 61 5F 3F 0 2 23 3E 38 15 1F
Octal 141 137 77 0 2 43 76 70 25 37
Binary 1100001 1011111 111111 0 10 100011 111110 111000 10101 11111

Color Harmonies of #615F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F3F

Black with #615F3F

Text Example


Text Example

White with #615F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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