#65714A

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

Shades of Woodland #65714A

Tints of Woodland #65714A

Color information

#65714A (or 0x65714A) is unknown color: approx Woodland. HEX triplet: 65, 71 and 4A. RGB value is (101,113,74). Sum of RGB (Red+Green+Blue) = 101+113+74=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #65714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65714A is #9A8EB5. Grayscale: #696969. Windows color (decimal): -10129078 or 4878693. OLE color: 4878693.

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

Color convert

RGB10111374-
CMYK0.1100.350.56
HSL78.46º20.86%36.67%-
HSV(B)78.46º34.51%44.31%-
XYZ12.5115.078.73-
YUV104.97110.52125.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=35.07%
G=39.24%
B=25.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113740.1100.350.5678.4620.8636.67
Hex65714AB023384e1525
Octal14516111213043701162545
Binary11001011110001100101010110100011111000100111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65714A; }

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

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

<style>
 a { background-color: #65714A; }

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

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

<style>
 span { border-color: #65714A; }

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

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