Html Css Color HEX #606139 Verdigris

📋 copy color: '#606139'

red 96 ◦ green 97 ◦ blue 57

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

Shades of Verdigris #606139

Tints of Verdigris #606139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 38.4%
G = 38.8%
B = 22.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#606139 (or 0x606139) is known color: Verdigris. HEX triplet: 60, 61 and 39. RGB value is (96,97,57). Sum of RGB (Red+Green+Blue) = 96+97+57=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #606139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606139 is #9F9EC6. Grayscale: #5C5C5C. Windows color (decimal): -10460871 or 3760480. OLE color: 3760480.

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

Color convert

RGB 96 97 57 -
CMYK 0.01 0 0.41 0.62
HSL 61.5º 0.26% 0.3% -
HSV(B) 61.5º 0.41% 0.38% -
XYZ 9.84 11.33 5.54 -
YUV 92.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 96 97 57 0.01 0 0.41 0.62 61.5 0.26 0.3
Hex 60 61 39 1 0 29 3E 3E 1A 1E
Octal 140 141 71 1 0 51 76 76 32 36
Binary 1100000 1100001 111001 1 0 101001 111110 111110 11010 11110

Color Harmonies of #606139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606139

Black with #606139

Text Example


Text Example

White with #606139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606139; }

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

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

background-color css

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

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

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

border-color css

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

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

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