#605B3C

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

Shades of Verdigris #605B3C

Tints of Verdigris #605B3C

Color information

#605B3C (or 0x605B3C) is unknown color: approx Verdigris. HEX triplet: 60, 5B and 3C. RGB value is (96,91,60). Sum of RGB (Red+Green+Blue) = 96+91+60=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #605B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B3C is #9FA4C3. Grayscale: #595959. Windows color (decimal): -10462404 or 3955552. OLE color: 3955552.

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

Color convert

RGB969160-
CMYK00.050.380.62
HSL51.67º23.08%30.59%-
HSV(B)51.67º37.5%37.65%-
XYZ9.3810.35.77-
YUV88.96111.66133.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=38.87%
G=36.84%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96916000.050.380.6251.6723.0830.59
Hex605B3C05263E34171f
Octal14013374054676642737
Binary1100000101101111110001011001101111101101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,91,60); }

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

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

 a { background-color: rgb(96,91,60); }

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

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

 span { border-color: rgb(96,91,60); }

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