#605F41

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

Shades of Verdigris #605F41

Tints of Verdigris #605F41

Color information

#605F41 (or 0x605F41) is unknown color: approx Verdigris. HEX triplet: 60, 5F and 41. RGB value is (96,95,65). Sum of RGB (Red+Green+Blue) = 96+95+65=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #605F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F41 is #9FA0BE. Grayscale: #5C5C5C. Windows color (decimal): -10461375 or 4284256. OLE color: 4284256.

HSL color Cylindrical-coordinate representation of color #605F41: hue angle of 58.06º 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 #605F41 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB969565-
CMYK00.010.320.62
HSL58.06º19.25%31.57%-
HSV(B)58.06º32.29%37.65%-
XYZ9.8711.056.61-
YUV91.88112.83130.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=37.5%
G=37.11%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96956500.010.320.6258.0619.2531.57
Hex605F4101203E3a1320
Octal140137101014076722340
Binary1100000101111110000010110000011111011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605F41; }

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

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

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

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

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

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

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

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