Html Css Color HEX #606141 Verdigris

📋 copy color: '#606141'

red 96 ◦ green 97 ◦ blue 65

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

Shades of Verdigris #606141

Tints of Verdigris #606141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 37.21%
G = 37.6%
B = 25.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#606141 (or 0x606141) is known color: Verdigris. HEX triplet: 60, 61 and 41. RGB value is (96,97,65). Sum of RGB (Red+Green+Blue) = 96+97+65=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #606141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606141 is #9F9EBE. Grayscale: #5D5D5D. Windows color (decimal): -10460863 or 4284768. OLE color: 4284768.

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

Color convert

RGB 96 97 65 -
CMYK 0.01 0 0.33 0.62
HSL 61.88º 0.2% 0.32% -
HSV(B) 61.88º 0.33% 0.38% -
XYZ 10.05 11.42 6.68 -
YUV 93.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 96 97 65 0.01 0 0.33 0.62 61.88 0.2 0.32
Hex 60 61 41 1 0 21 3E 3E 14 20
Octal 140 141 101 1 0 41 76 76 24 40
Binary 1100000 1100001 1000001 1 0 100001 111110 111110 10100 100000

Color Harmonies of #606141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606141

Black with #606141

Text Example


Text Example

White with #606141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606141; }

 p { color: rgb(96,97,65); }

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

background-color css

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

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

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

border-color css

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

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

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