Html Css Color HEX #615D42 Verdigris

📋 copy color: '#615D42'

red 97 ◦ green 93 ◦ blue 66

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

Shades of Verdigris #615D42

Tints of Verdigris #615D42

RGB

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

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

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

R = 37.89%
G = 36.33%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#615D42 (or 0x615D42) is known color: Verdigris. HEX triplet: 61, 5D and 42. RGB value is (97,93,66). Sum of RGB (Red+Green+Blue) = 97+93+66=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #615D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D42 is #9EA2BD. Grayscale: #5B5B5B. Windows color (decimal): -10396350 or 4349281. OLE color: 4349281.

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

Color convert

RGB 97 93 66 -
CMYK 0 0.04 0.32 0.62
HSL 52.26º 0.19% 0.32% -
HSV(B) 52.26º 0.32% 0.38% -
XYZ 9.83 10.76 6.71 -
YUV 91.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 97 93 66 0 0.04 0.32 0.62 52.26 0.19 0.32
Hex 61 5D 42 0 4 20 3E 34 13 20
Octal 141 135 102 0 4 40 76 64 23 40
Binary 1100001 1011101 1000010 0 100 100000 111110 110100 10011 100000

Color Harmonies of #615D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D42

Black with #615D42

Text Example


Text Example

White with #615D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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