#75685C

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

Shades of Pine Cone #75685C

Tints of Pine Cone #75685C

Color information

#75685C (or 0x75685C) is unknown color: approx Pine Cone. HEX triplet: 75, 68 and 5C. RGB value is (117,104,92). Sum of RGB (Red+Green+Blue) = 117+104+92=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75685C is #8A97A3. Grayscale: #6A6A6A. Windows color (decimal): -9082788 or 6056053. OLE color: 6056053.

HSL color Cylindrical-coordinate representation of color #75685C: hue angle of 28.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75685C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11710492-
CMYK00.110.210.54
HSL28.8º11.96%40.98%-
HSV(B)28.8º21.37%45.88%-
XYZ14.2214.4612.17-
YUV106.52119.81135.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=37.38%
G=33.23%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171049200.110.210.5428.811.9640.98
Hex75685C0B15361dc29
Octal1651501340132566351451
Binary1110101110100010111000101110101110110111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75685C; }

 p { color: rgb(117,104,92); }

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

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

 a { background-color: rgb(117,104,92); }

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

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

 span { border-color: rgb(117,104,92); }

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