#5B604A

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

Shades of Woodland #5B604A

Tints of Woodland #5B604A

Color information

#5B604A (or 0x5B604A) is unknown color: approx Woodland. HEX triplet: 5B, 60 and 4A. RGB value is (91,96,74). Sum of RGB (Red+Green+Blue) = 91+96+74=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #5B604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B604A is #A49FB5. Grayscale: #5C5C5C. Windows color (decimal): -10788790 or 4874331. OLE color: 4874331.

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

Color convert

RGB919674-
CMYK0.0500.230.62
HSL73.64º12.94%33.33%-
HSV(B)73.64º22.92%37.65%-
XYZ9.7311.088.11-
YUV92117.84127.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.87%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=34.87%
G=36.78%
B=28.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196740.0500.230.6273.6412.9433.33
Hex5B604A50173E4ad21
Octal1331401125027761121541
Binary10110111100000100101010101011111111010010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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