#6F655D

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

Shades of Pine Cone #6F655D

Tints of Pine Cone #6F655D

Color information

#6F655D (or 0x6F655D) is unknown color: approx Pine Cone. HEX triplet: 6F, 65 and 5D. RGB value is (111,101,93). Sum of RGB (Red+Green+Blue) = 111+101+93=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F655D is #909AA2. Grayscale: #676767. Windows color (decimal): -9476771 or 6120815. OLE color: 6120815.

HSL color Cylindrical-coordinate representation of color #6F655D: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F655D is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB11110193-
CMYK00.090.160.56
HSL26.67º8.82%40%-
HSV(B)26.67º16.22%43.53%-
XYZ13.1913.4812.26-
YUV103.08122.31133.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=36.39%
G=33.11%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111019300.090.160.5626.678.8240
Hex6F655D0910381b928
Octal1571451350112070331150
Binary1101111110010110111010100110000111000110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F655D; }

 p { color: rgb(111,101,93); }

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

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

 a { background-color: rgb(111,101,93); }

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

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

 span { border-color: rgb(111,101,93); }

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