Html Css Color HEX #615C3D Verdigris

📋 copy color: '#615C3D'

red 97 ◦ green 92 ◦ blue 61

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

Shades of Verdigris #615C3D

Tints of Verdigris #615C3D

RGB

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

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

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

R = 38.8%
G = 36.8%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#615C3D (or 0x615C3D) is known color: Verdigris. HEX triplet: 61, 5C and 3D. RGB value is (97,92,61). Sum of RGB (Red+Green+Blue) = 97+92+61=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C3D is #9EA3C2. Grayscale: #5A5A5A. Windows color (decimal): -10396611 or 4021345. OLE color: 4021345.

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

Color convert

RGB 97 92 61 -
CMYK 0 0.05 0.37 0.62
HSL 51.67º 0.23% 0.31% -
HSV(B) 51.67º 0.37% 0.38% -
XYZ 9.6 10.53 5.94 -
YUV 89.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 97 92 61 0 0.05 0.37 0.62 51.67 0.23 0.31
Hex 61 5C 3D 0 5 25 3E 34 17 1F
Octal 141 134 75 0 5 45 76 64 27 37
Binary 1100001 1011100 111101 0 101 100101 111110 110100 10111 11111

Color Harmonies of #615C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C3D

Black with #615C3D

Text Example


Text Example

White with #615C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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