Html Css Color HEX #615E46 Verdigris

📋 copy color: '#615E46'

red 97 ◦ green 94 ◦ blue 70

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

Shades of Verdigris #615E46

Tints of Verdigris #615E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.02%

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 37.16%
G = 36.02%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#615E46 (or 0x615E46) is known color: Verdigris. HEX triplet: 61, 5E and 46. RGB value is (97,94,70). Sum of RGB (Red+Green+Blue) = 97+94+70=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #615E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E46 is #9EA1B9. Grayscale: #5C5C5C. Windows color (decimal): -10396090 or 4611681. OLE color: 4611681.

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

Color convert

RGB 97 94 70 -
CMYK 0 0.03 0.28 0.62
HSL 53.33º 0.16% 0.33% -
HSV(B) 53.33º 0.28% 0.38% -
XYZ 10.04 10.99 7.39 -
YUV 92.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 97 94 70 0 0.03 0.28 0.62 53.33 0.16 0.33
Hex 61 5E 46 0 3 1C 3E 35 10 21
Octal 141 136 106 0 3 34 76 65 20 41
Binary 1100001 1011110 1000110 0 11 11100 111110 110101 10000 100001

Color Harmonies of #615E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E46

Black with #615E46

Text Example


Text Example

White with #615E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,94,70); }

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

background-color css

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

 a { background-color: rgb(97,94,70); }

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

border-color css

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

 span { border-color: rgb(97,94,70); }

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