#605B3A

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

Shades of Verdigris #605B3A

Tints of Verdigris #605B3A

Color information

#605B3A (or 0x605B3A) is unknown color: approx Verdigris. HEX triplet: 60, 5B and 3A. RGB value is (96,91,58). Sum of RGB (Red+Green+Blue) = 96+91+58=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #605B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B3A is #9FA4C5. Grayscale: #585858. Windows color (decimal): -10462406 or 3824480. OLE color: 3824480.

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

Color convert

RGB969158-
CMYK00.050.400.62
HSL52.11º24.68%30.2%-
HSV(B)52.11º39.58%37.65%-
XYZ9.3310.275.49-
YUV88.73110.66133.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=39.18%
G=37.14%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96915800.050.400.6252.1124.6830.2
Hex605B3A05283E34191e
Octal14013372055076643136
Binary1100000101101111101001011010001111101101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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