#6F655C

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

Shades of Pine Cone #6F655C

Tints of Pine Cone #6F655C

Color information

#6F655C (or 0x6F655C) is unknown color: approx Pine Cone. HEX triplet: 6F, 65 and 5C. RGB value is (111,101,92). Sum of RGB (Red+Green+Blue) = 111+101+92=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F655C is #909AA3. Grayscale: #676767. Windows color (decimal): -9476772 or 6055279. OLE color: 6055279.

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

Color convert

RGB11110192-
CMYK00.090.170.56
HSL28.42º9.36%39.8%-
HSV(B)28.42º17.12%43.53%-
XYZ13.1413.4612.03-
YUV102.96121.81133.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=36.51%
G=33.22%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111019200.090.170.5628.429.3639.8
Hex6F655C0911381c928
Octal1571451340112170341150
Binary1101111110010110111000100110001111000111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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