#5F644E

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

Shades of Woodland #5F644E

Tints of Woodland #5F644E

Color information

#5F644E (or 0x5F644E) is unknown color: approx Woodland. HEX triplet: 5F, 64 and 4E. RGB value is (95,100,78). Sum of RGB (Red+Green+Blue) = 95+100+78=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #5F644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F644E is #A09BB1. Grayscale: #606060. Windows color (decimal): -10525618 or 5137503. OLE color: 5137503.

HSL color Cylindrical-coordinate representation of color #5F644E: hue angle of 73.64º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F644E is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB9510078-
CMYK0.0500.220.61
HSL73.64º12.36%34.9%-
HSV(B)73.64º22%39.22%-
XYZ10.6512.18.98-
YUV96117.84127.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.80%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=34.80%
G=36.63%
B=28.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal95100780.0500.220.6173.6412.3634.9
Hex5F644E50163D4ac23
Octal1371441165026751121443
Binary10111111100100100111010101011011110110010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,100,78); }

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

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

 a { background-color: rgb(95,100,78); }

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

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

 span { border-color: rgb(95,100,78); }

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