#605C42

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

Shades of Verdigris #605C42

Tints of Verdigris #605C42

Color information

#605C42 (or 0x605C42) is unknown color: approx Verdigris. HEX triplet: 60, 5C and 42. RGB value is (96,92,66). Sum of RGB (Red+Green+Blue) = 96+92+66=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #605C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C42 is #9FA3BD. Grayscale: #5A5A5A. Windows color (decimal): -10462142 or 4349024. OLE color: 4349024.

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

Color convert

RGB969266-
CMYK00.040.310.62
HSL52º18.52%31.76%-
HSV(B)52º31.25%37.65%-
XYZ9.6310.536.68-
YUV90.23114.33132.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=37.80%
G=36.22%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96926600.040.310.625218.5231.76
Hex605C42041F3E341320
Octal140134102043776642340
Binary11000001011100100001001001111111111011010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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