#5B6040

Color #5B6040 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #5B6040

Tints of Woodland #5B6040

Color information

#5B6040 (or 0x5B6040) is unknown color: approx Woodland. HEX triplet: 5B, 60 and 40. RGB value is (91,96,64). Sum of RGB (Red+Green+Blue) = 91+96+64=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6040 is #A49FBF. Grayscale: #5A5A5A. Windows color (decimal): -10788800 or 4218971. OLE color: 4218971.

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

Color convert

RGB919664-
CMYK0.0500.330.62
HSL69.38º20%31.37%-
HSV(B)69.38º33.33%37.65%-
XYZ9.4210.966.47-
YUV90.86112.84128.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.25%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=36.25%
G=38.25%
B=25.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196640.0500.330.6269.382031.37
Hex5B604050213E45141f
Octal1331401005041761052437
Binary101101111000001000000101010000111111010001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B6040; }

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

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

<style>
 a { background-color: #5B6040; }

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

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

<style>
 span { border-color: #5B6040; }

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

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