Html Css Color HEX #615E42 Verdigris

📋 copy color: '#615E42'

red 97 ◦ green 94 ◦ blue 66

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

Shades of Verdigris #615E42

Tints of Verdigris #615E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.68%

R = 37.74%
G = 36.58%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#615E42 (or 0x615E42) is known color: Verdigris. HEX triplet: 61, 5E and 42. RGB value is (97,94,66). Sum of RGB (Red+Green+Blue) = 97+94+66=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #615E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E42 is #9EA1BD. Grayscale: #5B5B5B. Windows color (decimal): -10396094 or 4349537. OLE color: 4349537.

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

Color convert

RGB 97 94 66 -
CMYK 0 0.03 0.32 0.62
HSL 54.19º 0.19% 0.32% -
HSV(B) 54.19º 0.32% 0.38% -
XYZ 9.92 10.94 6.74 -
YUV 91.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 97 94 66 0 0.03 0.32 0.62 54.19 0.19 0.32
Hex 61 5E 42 0 3 20 3E 36 13 20
Octal 141 136 102 0 3 40 76 66 23 40
Binary 1100001 1011110 1000010 0 11 100000 111110 110110 10011 100000

Color Harmonies of #615E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E42

Black with #615E42

Text Example


Text Example

White with #615E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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