Html Css Color HEX #605E49 Verdigris

📋 copy color: '#605E49'

red 96 ◦ green 94 ◦ blue 73

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

Shades of Verdigris #605E49

Tints of Verdigris #605E49

RGB

 RED value IS 96 (37.89% from 255) = 36.5%

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

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 36.5%
G = 35.74%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#605E49 (or 0x605E49) is known color: Verdigris. HEX triplet: 60, 5E and 49. RGB value is (96,94,73). Sum of RGB (Red+Green+Blue) = 96+94+73=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #605E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E49 is #9FA1B6. Grayscale: #5C5C5C. Windows color (decimal): -10461623 or 4808288. OLE color: 4808288.

HSL color Cylindrical-coordinate representation of color #605E49: hue angle of 54.78º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605E49 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 94 73 -
CMYK 0 0.02 0.24 0.62
HSL 54.78º 0.14% 0.33% -
HSV(B) 54.78º 0.24% 0.38% -
XYZ 10.03 10.97 7.89 -
YUV 92.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 96 94 73 0 0.02 0.24 0.62 54.78 0.14 0.33
Hex 60 5E 49 0 2 18 3E 37 E 21
Octal 140 136 111 0 2 30 76 67 16 41
Binary 1100000 1011110 1001001 0 10 11000 111110 110111 1110 100001

Color Harmonies of #605E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E49

Black with #605E49

Text Example


Text Example

White with #605E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605E49; }

 p { color: rgb(96,94,73); }

 H1.HeaderClassName
 {
   color: #605E49;
 }
 .AnyTagClassName
 {
   color: #605E49;
 }
</style>

background-color css

<style>
 a { background-color: #605E49; }

 a { background-color: rgb(96,94,73); }

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

border-color css

<style>
 span { border-color: #605E49; }

 span { border-color: rgb(96,94,73); }

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