Html Css Color HEX #615D41 Verdigris

📋 copy color: '#615D41'

red 97 ◦ green 93 ◦ blue 65

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

Shades of Verdigris #615D41

Tints of Verdigris #615D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.47%

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 38.04%
G = 36.47%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#615D41 (or 0x615D41) is known color: Verdigris. HEX triplet: 61, 5D and 41. RGB value is (97,93,65). Sum of RGB (Red+Green+Blue) = 97+93+65=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #615D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D41 is #9EA2BE. Grayscale: #5B5B5B. Windows color (decimal): -10396351 or 4283745. OLE color: 4283745.

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

Color convert

RGB 97 93 65 -
CMYK 0 0.04 0.33 0.62
HSL 52.5º 0.2% 0.32% -
HSV(B) 52.5º 0.33% 0.38% -
XYZ 9.8 10.75 6.56 -
YUV 91 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 97 93 65 0 0.04 0.33 0.62 52.5 0.2 0.32
Hex 61 5D 41 0 4 21 3E 34 14 20
Octal 141 135 101 0 4 41 76 64 24 40
Binary 1100001 1011101 1000001 0 100 100001 111110 110100 10100 100000

Color Harmonies of #615D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D41

Black with #615D41

Text Example


Text Example

White with #615D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,93,65); }

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

background-color css

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

 a { background-color: rgb(97,93,65); }

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

border-color css

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

 span { border-color: rgb(97,93,65); }

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