Html Css Color HEX #606046 Verdigris

📋 copy color: '#606046'

red 96 ◦ green 96 ◦ blue 70

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

Shades of Verdigris #606046

Tints of Verdigris #606046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.72%

R = 36.64%
G = 36.64%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#606046 (or 0x606046) is known color: Verdigris. HEX triplet: 60, 60 and 46. RGB value is (96,96,70). Sum of RGB (Red+Green+Blue) = 96+96+70=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606046 is #9F9FB9. Grayscale: #5D5D5D. Windows color (decimal): -10461114 or 4612192. OLE color: 4612192.

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

Color convert

RGB 96 96 70 -
CMYK 0 0 0.27 0.62
HSL 60º 0.16% 0.33% -
HSV(B) 60º 0.27% 0.38% -
XYZ 10.11 11.29 7.44 -
YUV 93.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 96 96 70 0 0 0.27 0.62 60 0.16 0.33
Hex 60 60 46 0 0 1B 3E 3C 10 21
Octal 140 140 106 0 0 33 76 74 20 41
Binary 1100000 1100000 1000110 0 0 11011 111110 111100 10000 100001

Color Harmonies of #606046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606046

Black with #606046

Text Example


Text Example

White with #606046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606046; }

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

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

background-color css

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

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

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

border-color css

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

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

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