Html Css Color HEX #615F47 Verdigris

📋 copy color: '#615F47'

red 97 ◦ green 95 ◦ blue 71

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

Shades of Verdigris #615F47

Tints of Verdigris #615F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27%

R = 36.88%
G = 36.12%
B = 27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#615F47 (or 0x615F47) is known color: Verdigris. HEX triplet: 61, 5F and 47. RGB value is (97,95,71). Sum of RGB (Red+Green+Blue) = 97+95+71=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F47 is #9EA0B8. Grayscale: #5C5C5C. Windows color (decimal): -10395833 or 4677473. OLE color: 4677473.

HSL color Cylindrical-coordinate representation of color #615F47: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #615F47 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 95 71 -
CMYK 0 0.02 0.27 0.62
HSL 55.38º 0.15% 0.33% -
HSV(B) 55.38º 0.27% 0.38% -
XYZ 10.16 11.18 7.58 -
YUV 92.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 97 95 71 0 0.02 0.27 0.62 55.38 0.15 0.33
Hex 61 5F 47 0 2 1B 3E 37 F 21
Octal 141 137 107 0 2 33 76 67 17 41
Binary 1100001 1011111 1000111 0 10 11011 111110 110111 1111 100001

Color Harmonies of #615F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F47

Black with #615F47

Text Example


Text Example

White with #615F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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