#5F653F

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

Shades of Woodland #5F653F

Tints of Woodland #5F653F

Color information

#5F653F (or 0x5F653F) is unknown color: approx Woodland. HEX triplet: 5F, 65 and 3F. RGB value is (95,101,63). Sum of RGB (Red+Green+Blue) = 95+101+63=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #5F653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F653F is #A09AC0. Grayscale: #5F5F5F. Windows color (decimal): -10525377 or 4154719. OLE color: 4154719.

HSL color Cylindrical-coordinate representation of color #5F653F: hue angle of 69.47º 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 #5F653F is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB9510163-
CMYK0.0600.380.60
HSL69.47º23.17%32.16%-
HSV(B)69.47º37.62%39.61%-
XYZ10.2712.16.5-
YUV94.87110.01128.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.68%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 63 (25% from 255) = 24.32%
R=36.68%
G=39.00%
B=24.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95101630.0600.380.6069.4723.1732.16
Hex5F653F60263C451720
Octal137145776046741052740
Binary101111111001011111111100100110111100100010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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