Html Css Color HEX #615E3F Verdigris

📋 copy color: '#615E3F'

red 97 ◦ green 94 ◦ blue 63

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

Shades of Verdigris #615E3F

Tints of Verdigris #615E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.01%

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

R = 38.19%
G = 37.01%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#615E3F (or 0x615E3F) is known color: Verdigris. HEX triplet: 61, 5E and 3F. RGB value is (97,94,63). Sum of RGB (Red+Green+Blue) = 97+94+63=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E3F is #9EA1C0. Grayscale: #5B5B5B. Windows color (decimal): -10396097 or 4152929. OLE color: 4152929.

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

Color convert

RGB 97 94 63 -
CMYK 0 0.03 0.35 0.62
HSL 54.71º 0.21% 0.31% -
HSV(B) 54.71º 0.35% 0.38% -
XYZ 9.83 10.91 6.29 -
YUV 91.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 97 94 63 0 0.03 0.35 0.62 54.71 0.21 0.31
Hex 61 5E 3F 0 3 23 3E 37 15 1F
Octal 141 136 77 0 3 43 76 67 25 37
Binary 1100001 1011110 111111 0 11 100011 111110 110111 10101 11111

Color Harmonies of #615E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E3F

Black with #615E3F

Text Example


Text Example

White with #615E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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