#605C43

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

Shades of Verdigris #605C43

Tints of Verdigris #605C43

Color information

#605C43 (or 0x605C43) is unknown color: approx Verdigris. HEX triplet: 60, 5C and 43. RGB value is (96,92,67). Sum of RGB (Red+Green+Blue) = 96+92+67=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #605C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C43 is #9FA3BC. Grayscale: #5A5A5A. Windows color (decimal): -10462141 or 4414560. OLE color: 4414560.

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

Color convert

RGB969267-
CMYK00.040.300.62
HSL51.72º17.79%31.96%-
HSV(B)51.72º30.21%37.65%-
XYZ9.6610.556.84-
YUV90.35114.83132.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 67 (26.56% from 255) = 26.27%
R=37.65%
G=36.08%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96926700.040.300.6251.7217.7931.96
Hex605C43041E3E341220
Octal140134103043676642240
Binary11000001011100100001101001111011111011010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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