#6F675E

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

Shades of Pine Cone #6F675E

Tints of Pine Cone #6F675E

Color information

#6F675E (or 0x6F675E) is unknown color: approx Pine Cone. HEX triplet: 6F, 67 and 5E. RGB value is (111,103,94). Sum of RGB (Red+Green+Blue) = 111+103+94=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F675E is #9098A1. Grayscale: #686868. Windows color (decimal): -9476258 or 6186863. OLE color: 6186863.

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

Color convert

RGB11110394-
CMYK00.070.150.56
HSL31.76º8.29%40.2%-
HSV(B)31.76º15.32%43.53%-
XYZ13.4313.8912.56-
YUV104.37122.15132.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=36.04%
G=33.44%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111039400.070.150.5631.768.2940.2
Hex6F675E07F3820828
Octal157147136071770401050
Binary110111111001111011110011111111110001000001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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