#605B3D

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

Shades of Verdigris #605B3D

Tints of Verdigris #605B3D

Color information

#605B3D (or 0x605B3D) is unknown color: approx Verdigris. HEX triplet: 60, 5B and 3D. RGB value is (96,91,61). Sum of RGB (Red+Green+Blue) = 96+91+61=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #605B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B3D is #9FA4C2. Grayscale: #595959. Windows color (decimal): -10462403 or 4021088. OLE color: 4021088.

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

Color convert

RGB969161-
CMYK00.050.360.62
HSL51.43º22.29%30.78%-
HSV(B)51.43º36.46%37.65%-
XYZ9.4110.315.91-
YUV89.07112.16132.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=38.71%
G=36.69%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96916100.050.360.6251.4322.2930.78
Hex605B3D05243E33161f
Octal14013375054476632637
Binary1100000101101111110101011001001111101100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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