#65684A

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

Shades of Woodland #65684A

Tints of Woodland #65684A

Color information

#65684A (or 0x65684A) is unknown color: approx Woodland. HEX triplet: 65, 68 and 4A. RGB value is (101,104,74). Sum of RGB (Red+Green+Blue) = 101+104+74=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #65684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65684A is #9A97B5. Grayscale: #636363. Windows color (decimal): -10131382 or 4876389. OLE color: 4876389.

HSL color Cylindrical-coordinate representation of color #65684A: hue angle of 66º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65684A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB10110474-
CMYK0.0300.290.59
HSL66º16.85%34.9%-
HSV(B)66º28.85%40.78%-
XYZ11.5513.168.41-
YUV99.68113.51128.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=36.20%
G=37.28%
B=26.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101104740.0300.290.596616.8534.9
Hex65684A301D3B421123
Octal1451501123035731022143
Binary11001011101000100101011011101111011100001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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