Html Css Color HEX #615C41 Verdigris

📋 copy color: '#615C41'

red 97 ◦ green 92 ◦ blue 65

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

Shades of Verdigris #615C41

Tints of Verdigris #615C41

RGB

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

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

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

R = 38.19%
G = 36.22%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#615C41 (or 0x615C41) is known color: Verdigris. HEX triplet: 61, 5C and 41. RGB value is (97,92,65). Sum of RGB (Red+Green+Blue) = 97+92+65=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C41 is #9EA3BE. Grayscale: #5A5A5A. Windows color (decimal): -10396607 or 4283489. OLE color: 4283489.

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

Color convert

RGB 97 92 65 -
CMYK 0 0.05 0.33 0.62
HSL 50.63º 0.2% 0.32% -
HSV(B) 50.63º 0.33% 0.38% -
XYZ 9.71 10.58 6.53 -
YUV 90.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 97 92 65 0 0.05 0.33 0.62 50.63 0.2 0.32
Hex 61 5C 41 0 5 21 3E 33 14 20
Octal 141 134 101 0 5 41 76 63 24 40
Binary 1100001 1011100 1000001 0 101 100001 111110 110011 10100 100000

Color Harmonies of #615C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C41

Black with #615C41

Text Example


Text Example

White with #615C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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