#605B3F

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

Shades of Verdigris #605B3F

Tints of Verdigris #605B3F

Color information

#605B3F (or 0x605B3F) is unknown color: approx Verdigris. HEX triplet: 60, 5B and 3F. RGB value is (96,91,63). Sum of RGB (Red+Green+Blue) = 96+91+63=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #605B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B3F is #9FA4C0. Grayscale: #595959. Windows color (decimal): -10462401 or 4152160. OLE color: 4152160.

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

Color convert

RGB969163-
CMYK00.050.340.62
HSL50.91º20.75%31.18%-
HSV(B)50.91º34.38%37.65%-
XYZ9.4610.336.2-
YUV89.3113.16132.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 63 (25% from 255) = 25.2%
R=38.4%
G=36.4%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96916300.050.340.6250.9120.7531.18
Hex605B3F05223E33151f
Octal14013377054276632537
Binary1100000101101111111101011000101111101100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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