#605D43

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

Shades of Verdigris #605D43

Tints of Verdigris #605D43

Color information

#605D43 (or 0x605D43) is unknown color: approx Verdigris. HEX triplet: 60, 5D and 43. RGB value is (96,93,67). Sum of RGB (Red+Green+Blue) = 96+93+67=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #605D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D43 is #9FA2BC. Grayscale: #5B5B5B. Windows color (decimal): -10461885 or 4414816. OLE color: 4414816.

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

Color convert

RGB969367-
CMYK00.030.300.62
HSL53.79º17.79%31.96%-
HSV(B)53.79º30.21%37.65%-
XYZ9.7510.726.87-
YUV90.93114.49131.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=37.5%
G=36.33%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96936700.030.300.6253.7917.7931.96
Hex605D43031E3E361220
Octal140135103033676662240
Binary1100000101110110000110111111011111011011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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