#65713D

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

Shades of Woodland #65713D

Tints of Woodland #65713D

Color information

#65713D (or 0x65713D) is unknown color: approx Woodland. HEX triplet: 65, 71 and 3D. RGB value is (101,113,61). Sum of RGB (Red+Green+Blue) = 101+113+61=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #65713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65713D is #9A8EC2. Grayscale: #676767. Windows color (decimal): -10129091 or 4026725. OLE color: 4026725.

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

Color convert

RGB10111361-
CMYK0.1100.460.56
HSL73.85º29.89%34.12%-
HSV(B)73.85º46.02%44.31%-
XYZ12.1114.916.66-
YUV103.48104.02126.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 61 (24.22% from 255) = 22.18%
R=36.73%
G=41.09%
B=22.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113610.1100.460.5673.8529.8934.12
Hex65713DB02E384a1e22
Octal1451617513056701123642
Binary1100101111000111110110110101110111000100101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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