#5E653F

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

Shades of Woodland #5E653F

Tints of Woodland #5E653F

Color information

#5E653F (or 0x5E653F) is unknown color: approx Woodland. HEX triplet: 5E, 65 and 3F. RGB value is (94,101,63). Sum of RGB (Red+Green+Blue) = 94+101+63=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #5E653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E653F is #A19AC0. Grayscale: #5E5E5E. Windows color (decimal): -10590913 or 4154718. OLE color: 4154718.

HSL color Cylindrical-coordinate representation of color #5E653F: hue angle of 71.05º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E653F is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB9410163-
CMYK0.0700.380.60
HSL71.05º23.17%32.16%-
HSV(B)71.05º37.62%39.61%-
XYZ10.1712.056.49-
YUV94.58110.18127.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.43%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 63 (25% from 255) = 24.42%
R=36.43%
G=39.15%
B=24.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94101630.0700.380.6071.0523.1732.16
Hex5E653F70263C471720
Octal136145777046741072740
Binary101111011001011111111110100110111100100011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,63); }

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

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

 a { background-color: rgb(94,101,63); }

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

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

 span { border-color: rgb(94,101,63); }

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