#605B41

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

Shades of Verdigris #605B41

Tints of Verdigris #605B41

Color information

#605B41 (or 0x605B41) is unknown color: approx Verdigris. HEX triplet: 60, 5B and 41. RGB value is (96,91,65). Sum of RGB (Red+Green+Blue) = 96+91+65=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #605B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B41 is #9FA4BE. Grayscale: #595959. Windows color (decimal): -10462399 or 4283232. OLE color: 4283232.

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

Color convert

RGB969165-
CMYK00.050.320.62
HSL50.32º19.25%31.57%-
HSV(B)50.32º32.29%37.65%-
XYZ9.5210.356.5-
YUV89.53114.16132.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=38.10%
G=36.11%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96916500.050.320.6250.3219.2531.57
Hex605B4105203E321320
Octal140133101054076622340
Binary110000010110111000001010110000011111011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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