Html Css Color HEX #606040 Verdigris

📋 copy color: '#606040'

red 96 ◦ green 96 ◦ blue 64

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

Shades of Verdigris #606040

Tints of Verdigris #606040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25%

R = 37.5%
G = 37.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#606040 (or 0x606040) is known color: Verdigris. HEX triplet: 60, 60 and 40. RGB value is (96,96,64). Sum of RGB (Red+Green+Blue) = 96+96+64=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606040 is #9F9FBF. Grayscale: #5C5C5C. Windows color (decimal): -10461120 or 4218976. OLE color: 4218976.

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

Color convert

RGB 96 96 64 -
CMYK 0 0 0.33 0.62
HSL 60º 0.2% 0.31% -
HSV(B) 60º 0.33% 0.38% -
XYZ 9.93 11.22 6.49 -
YUV 92.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 96 96 64 0 0 0.33 0.62 60 0.2 0.31
Hex 60 60 40 0 0 21 3E 3C 14 1F
Octal 140 140 100 0 0 41 76 74 24 37
Binary 1100000 1100000 1000000 0 0 100001 111110 111100 10100 11111

Color Harmonies of #606040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606040

Black with #606040

Text Example


Text Example

White with #606040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606040; }

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

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

background-color css

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

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

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

border-color css

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

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

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