#65713F

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

Shades of Woodland #65713F

Tints of Woodland #65713F

Color information

#65713F (or 0x65713F) is unknown color: approx Woodland. HEX triplet: 65, 71 and 3F. RGB value is (101,113,63). Sum of RGB (Red+Green+Blue) = 101+113+63=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #65713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65713F is #9A8EC0. Grayscale: #676767. Windows color (decimal): -10129089 or 4157797. OLE color: 4157797.

HSL color Cylindrical-coordinate representation of color #65713F: hue angle of 74.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65713F is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB10111363-
CMYK0.1100.440.56
HSL74.4º28.41%34.51%-
HSV(B)74.4º44.25%44.31%-
XYZ12.1714.946.94-
YUV103.71105.02126.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 63 (25% from 255) = 22.74%
R=36.46%
G=40.79%
B=22.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113630.1100.440.5674.428.4134.51
Hex65713FB02C384a1c23
Octal1451617713054701123443
Binary1100101111000111111110110101100111000100101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65713F; }

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

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

<style>
 a { background-color: #65713F; }

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

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

<style>
 span { border-color: #65713F; }

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

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