#5E653A

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

Shades of Woodland #5E653A

Tints of Woodland #5E653A

Color information

#5E653A (or 0x5E653A) is unknown color: approx Woodland. HEX triplet: 5E, 65 and 3A. RGB value is (94,101,58). Sum of RGB (Red+Green+Blue) = 94+101+58=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #5E653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E653A is #A19AC5. Grayscale: #5E5E5E. Windows color (decimal): -10590918 or 3827038. OLE color: 3827038.

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

Color convert

RGB9410158-
CMYK0.0700.430.60
HSL69.77º27.04%31.18%-
HSV(B)69.77º42.57%39.61%-
XYZ10.0311.995.79-
YUV94107.68128-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.15%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=37.15%
G=39.92%
B=22.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94101580.0700.430.6069.7727.0431.18
Hex5E653A702B3C461b1f
Octal136145727053741063337
Binary10111101100101111010111010101111110010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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