#5D604D

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

Shades of Woodland #5D604D

Tints of Woodland #5D604D

Color information

#5D604D (or 0x5D604D) is unknown color: approx Woodland. HEX triplet: 5D, 60 and 4D. RGB value is (93,96,77). Sum of RGB (Red+Green+Blue) = 93+96+77=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #5D604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D604D is #A29FB2. Grayscale: #5D5D5D. Windows color (decimal): -10657715 or 5070941. OLE color: 5070941.

HSL color Cylindrical-coordinate representation of color #5D604D: hue angle of 69.47º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D604D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB939677-
CMYK0.0300.200.62
HSL69.47º10.98%33.92%-
HSV(B)69.47º19.79%37.65%-
XYZ10.0411.238.66-
YUV92.94119.01128.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.96%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=34.96%
G=36.09%
B=28.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396770.0300.200.6269.4710.9833.92
Hex5D604D30143E45b22
Octal1351401153024761051342
Binary1011101110000010011011101010011111010001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,96,77); }

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

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

 a { background-color: rgb(93,96,77); }

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

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

 span { border-color: rgb(93,96,77); }

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