Html Css Color HEX #606049 Verdigris

📋 copy color: '#606049'

red 96 ◦ green 96 ◦ blue 73

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

Shades of Verdigris #606049

Tints of Verdigris #606049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

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

R = 36.23%
G = 36.23%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#606049 (or 0x606049) is known color: Verdigris. HEX triplet: 60, 60 and 49. RGB value is (96,96,73). Sum of RGB (Red+Green+Blue) = 96+96+73=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606049 is #9F9FB6. Grayscale: #5D5D5D. Windows color (decimal): -10461111 or 4808800. OLE color: 4808800.

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

Color convert

RGB 96 96 73 -
CMYK 0 0 0.24 0.62
HSL 60º 0.14% 0.33% -
HSV(B) 60º 0.24% 0.38% -
XYZ 10.21 11.33 7.95 -
YUV 93.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 96 96 73 0 0 0.24 0.62 60 0.14 0.33
Hex 60 60 49 0 0 18 3E 3C E 21
Octal 140 140 111 0 0 30 76 74 16 41
Binary 1100000 1100000 1001001 0 0 11000 111110 111100 1110 100001

Color Harmonies of #606049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606049

Black with #606049

Text Example


Text Example

White with #606049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606049; }

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

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

background-color css

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

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

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

border-color css

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

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

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