#65695E

Color #65695E Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #65695E

Tints of Willow Grove #65695E

Color information

#65695E (or 0x65695E) is unknown color: approx Willow Grove. HEX triplet: 65, 69 and 5E. RGB value is (101,105,94). Sum of RGB (Red+Green+Blue) = 101+105+94=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #65695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65695E is #9A96A1. Grayscale: #666666. Windows color (decimal): -10131106 or 6187365. OLE color: 6187365.

HSL color Cylindrical-coordinate representation of color #65695E: hue angle of 81.82º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #65695E is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB10110594-
CMYK0.0400.100.59
HSL81.82º5.53%39.02%-
HSV(B)81.82º10.48%41.18%-
XYZ12.4413.6812.57-
YUV102.55123.17126.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=33.67%
G=35%
B=31.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101105940.0400.100.5981.825.5339.02
Hex65695E40A3B52627
Octal145151136401273122647
Binary110010111010011011110100010101110111010010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65695E; }

 p { color: rgb(101,105,94); }

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

<style>
 a { background-color: #65695E; }

 a { background-color: rgb(101,105,94); }

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

<style>
 span { border-color: #65695E; }

 span { border-color: rgb(101,105,94); }

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