#606138

Color #606138 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #606138

Tints of Verdigris #606138

Color information

#606138 (or 0x606138) is unknown color: approx Verdigris. HEX triplet: 60, 61 and 38. RGB value is (96,97,56). Sum of RGB (Red+Green+Blue) = 96+97+56=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #606138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606138 is #9F9EC7. Grayscale: #5C5C5C. Windows color (decimal): -10460872 or 3694944. OLE color: 3694944.

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

Color convert

RGB969756-
CMYK0.0100.420.62
HSL61.46º26.8%30%-
HSV(B)61.46º42.27%38.04%-
XYZ9.8111.325.41-
YUV92.03107.67130.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=38.55%
G=38.96%
B=22.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697560.0100.420.6261.4626.830
Hex606138102A3E3d1b1e
Octal14014170105276753336
Binary11000001100001111000101010101111101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606138; }

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

 H1.HeaderClassName
 {
   color: #606138;
 }
 .AnyTagClassName
 {
   color: #606138;
 }
</style>
background-color css

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

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

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

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

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

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