Html Css Color HEX #615F41 Verdigris

📋 copy color: '#615F41'

red 97 ◦ green 95 ◦ blue 65

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

Shades of Verdigris #615F41

Tints of Verdigris #615F41

RGB

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

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

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

R = 37.74%
G = 36.96%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#615F41 (or 0x615F41) is known color: Verdigris. HEX triplet: 61, 5F and 41. RGB value is (97,95,65). Sum of RGB (Red+Green+Blue) = 97+95+65=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #615F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F41 is #9EA0BE. Grayscale: #5C5C5C. Windows color (decimal): -10395839 or 4284257. OLE color: 4284257.

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

Color convert

RGB 97 95 65 -
CMYK 0 0.02 0.33 0.62
HSL 56.25º 0.2% 0.32% -
HSV(B) 56.25º 0.33% 0.38% -
XYZ 9.98 11.11 6.62 -
YUV 92.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 97 95 65 0 0.02 0.33 0.62 56.25 0.2 0.32
Hex 61 5F 41 0 2 21 3E 38 14 20
Octal 141 137 101 0 2 41 76 70 24 40
Binary 1100001 1011111 1000001 0 10 100001 111110 111000 10100 100000

Color Harmonies of #615F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F41

Black with #615F41

Text Example


Text Example

White with #615F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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