Html Css Color HEX #606047 Verdigris

📋 copy color: '#606047'

red 96 ◦ green 96 ◦ blue 71

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

Shades of Verdigris #606047

Tints of Verdigris #606047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27%

R = 36.5%
G = 36.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#606047 (or 0x606047) is known color: Verdigris. HEX triplet: 60, 60 and 47. RGB value is (96,96,71). Sum of RGB (Red+Green+Blue) = 96+96+71=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606047 is #9F9FB8. Grayscale: #5D5D5D. Windows color (decimal): -10461113 or 4677728. OLE color: 4677728.

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

Color convert

RGB 96 96 71 -
CMYK 0 0 0.26 0.62
HSL 60º 0.15% 0.33% -
HSV(B) 60º 0.26% 0.38% -
XYZ 10.14 11.31 7.61 -
YUV 93.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 96 96 71 0 0 0.26 0.62 60 0.15 0.33
Hex 60 60 47 0 0 1A 3E 3C F 21
Octal 140 140 107 0 0 32 76 74 17 41
Binary 1100000 1100000 1000111 0 0 11010 111110 111100 1111 100001

Color Harmonies of #606047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606047

Black with #606047

Text Example


Text Example

White with #606047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606047; }

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

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

background-color css

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

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

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

border-color css

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

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

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