Html Css Color HEX #615F3D Verdigris

📋 copy color: '#615F3D'

red 97 ◦ green 95 ◦ blue 61

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

Shades of Verdigris #615F3D

Tints of Verdigris #615F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 38.34%
G = 37.55%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#615F3D (or 0x615F3D) is known color: Verdigris. HEX triplet: 61, 5F and 3D. RGB value is (97,95,61). Sum of RGB (Red+Green+Blue) = 97+95+61=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F3D is #9EA0C2. Grayscale: #5B5B5B. Windows color (decimal): -10395843 or 4022113. OLE color: 4022113.

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

Color convert

RGB 97 95 61 -
CMYK 0 0.02 0.37 0.62
HSL 56.67º 0.23% 0.31% -
HSV(B) 56.67º 0.37% 0.38% -
XYZ 9.86 11.06 6.03 -
YUV 91.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 97 95 61 0 0.02 0.37 0.62 56.67 0.23 0.31
Hex 61 5F 3D 0 2 25 3E 39 17 1F
Octal 141 137 75 0 2 45 76 71 27 37
Binary 1100001 1011111 111101 0 10 100101 111110 111001 10111 11111

Color Harmonies of #615F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F3D

Black with #615F3D

Text Example


Text Example

White with #615F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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