#6F675F

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

Shades of Pine Cone #6F675F

Tints of Pine Cone #6F675F

Color information

#6F675F (or 0x6F675F) is unknown color: approx Pine Cone. HEX triplet: 6F, 67 and 5F. RGB value is (111,103,95). Sum of RGB (Red+Green+Blue) = 111+103+95=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F675F is #9098A0. Grayscale: #686868. Windows color (decimal): -9476257 or 6252399. OLE color: 6252399.

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

Color convert

RGB11110395-
CMYK00.070.140.56
HSL30º7.77%40.39%-
HSV(B)30º14.41%43.53%-
XYZ13.4713.9112.8-
YUV104.48122.65132.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=35.92%
G=33.33%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111039500.070.140.56307.7740.39
Hex6F675F07E381e828
Octal157147137071670361050
Binary11011111100111101111101111110111000111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,103,95); }

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

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

 a { background-color: rgb(111,103,95); }

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

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

 span { border-color: rgb(111,103,95); }

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