#696560

Color #696560 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #696560

Tints of Pine Cone #696560

Color information

#696560 (or 0x696560) is unknown color: approx Pine Cone. HEX triplet: 69, 65 and 60. RGB value is (105,101,96). Sum of RGB (Red+Green+Blue) = 105+101+96=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #696560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696560 is #969A9F. Grayscale: #656565. Windows color (decimal): -9869984 or 6317417. OLE color: 6317417.

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

Color convert

RGB10510196-
CMYK00.040.090.59
HSL33.33º4.48%39.41%-
HSV(B)33.33º8.57%41.18%-
XYZ12.5913.1612.94-
YUV101.63124.83130.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=34.77%
G=33.44%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051019600.040.090.5933.334.4839.41
Hex6965600493B21427
Octal15114514004117341447
Binary11010011100101110000001001001111011100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696560; }

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

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

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

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

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

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

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

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