#65704D

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

Shades of Woodland #65704D

Tints of Woodland #65704D

Color information

#65704D (or 0x65704D) is unknown color: approx Woodland. HEX triplet: 65, 70 and 4D. RGB value is (101,112,77). Sum of RGB (Red+Green+Blue) = 101+112+77=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #65704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65704D is #9A8FB2. Grayscale: #686868. Windows color (decimal): -10129331 or 5075045. OLE color: 5075045.

HSL color Cylindrical-coordinate representation of color #65704D: hue angle of 78.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65704D is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB10111277-
CMYK0.1000.310.56
HSL78.86º18.52%37.06%-
HSV(B)78.86º31.25%43.92%-
XYZ12.514.899.24-
YUV104.72112.36125.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=34.83%
G=38.62%
B=26.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112770.1000.310.5678.8618.5237.06
Hex65704DA01F384f1325
Octal14516011512037701172345
Binary1100101111000010011011010011111111000100111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,112,77); }

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

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

 a { background-color: rgb(101,112,77); }

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

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

 span { border-color: rgb(101,112,77); }

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