#606142

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

Shades of Verdigris #606142

Tints of Verdigris #606142

Color information

#606142 (or 0x606142) is unknown color: approx Verdigris. HEX triplet: 60, 61 and 42. RGB value is (96,97,66). Sum of RGB (Red+Green+Blue) = 96+97+66=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #606142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606142 is #9F9EBD. Grayscale: #5D5D5D. Windows color (decimal): -10460862 or 4350304. OLE color: 4350304.

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

Color convert

RGB969766-
CMYK0.0100.320.62
HSL61.94º19.02%31.96%-
HSV(B)61.94º31.96%38.04%-
XYZ10.0811.436.83-
YUV93.17112.67130.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=37.07%
G=37.45%
B=25.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697660.0100.320.6261.9419.0231.96
Hex60614210203E3e1320
Octal140141102104076762340
Binary1100000110000110000101010000011111011111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606142; }

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

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

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

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

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

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

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

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