Html Css Color HEX #605F49 Verdigris

📋 copy color: '#605F49'

red 96 ◦ green 95 ◦ blue 73

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

Shades of Verdigris #605F49

Tints of Verdigris #605F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.98%

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

R = 36.36%
G = 35.98%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#605F49 (or 0x605F49) is known color: Verdigris. HEX triplet: 60, 5F and 49. RGB value is (96,95,73). Sum of RGB (Red+Green+Blue) = 96+95+73=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #605F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F49 is #9FA0B6. Grayscale: #5C5C5C. Windows color (decimal): -10461367 or 4808544. OLE color: 4808544.

HSL color Cylindrical-coordinate representation of color #605F49: hue angle of 57.39º 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 #605F49 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 95 73 -
CMYK 0 0.01 0.24 0.62
HSL 57.39º 0.14% 0.33% -
HSV(B) 57.39º 0.24% 0.38% -
XYZ 10.12 11.15 7.92 -
YUV 92.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 96 95 73 0 0.01 0.24 0.62 57.39 0.14 0.33
Hex 60 5F 49 0 1 18 3E 39 E 21
Octal 140 137 111 0 1 30 76 71 16 41
Binary 1100000 1011111 1001001 0 1 11000 111110 111001 1110 100001

Color Harmonies of #605F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F49

Black with #605F49

Text Example


Text Example

White with #605F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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