#605F43

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

Shades of Verdigris #605F43

Tints of Verdigris #605F43

Color information

#605F43 (or 0x605F43) is unknown color: approx Verdigris. HEX triplet: 60, 5F and 43. RGB value is (96,95,67). Sum of RGB (Red+Green+Blue) = 96+95+67=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #605F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F43 is #9FA0BC. Grayscale: #5C5C5C. Windows color (decimal): -10461373 or 4415328. OLE color: 4415328.

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

Color convert

RGB969567-
CMYK00.010.300.62
HSL57.93º17.79%31.96%-
HSV(B)57.93º30.21%37.65%-
XYZ9.9311.086.92-
YUV92.11113.83130.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=37.21%
G=36.82%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96956700.010.300.6257.9317.7931.96
Hex605F43011E3E3a1220
Octal140137103013676722240
Binary110000010111111000011011111011111011101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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