Html Css Color HEX #606136 Verdigris

📋 copy color: '#606136'

red 96 ◦ green 97 ◦ blue 54

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

Shades of Verdigris #606136

Tints of Verdigris #606136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.86%

R = 38.87%
G = 39.27%
B = 21.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#606136 (or 0x606136) is known color: Verdigris. HEX triplet: 60, 61 and 36. RGB value is (96,97,54). Sum of RGB (Red+Green+Blue) = 96+97+54=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #606136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606136 is #9F9EC9. Grayscale: #5B5B5B. Windows color (decimal): -10460874 or 3563872. OLE color: 3563872.

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

Color convert

RGB 96 97 54 -
CMYK 0.01 0 0.44 0.62
HSL 61.4º 0.28% 0.3% -
HSV(B) 61.4º 0.44% 0.38% -
XYZ 9.76 11.3 5.16 -
YUV 91.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 96 97 54 0.01 0 0.44 0.62 61.4 0.28 0.3
Hex 60 61 36 1 0 2C 3E 3D 1C 1E
Octal 140 141 66 1 0 54 76 75 34 36
Binary 1100000 1100001 110110 1 0 101100 111110 111101 11100 11110

Color Harmonies of #606136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606136

Black with #606136

Text Example


Text Example

White with #606136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606136; }

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

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

background-color css

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

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

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

border-color css

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

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

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