#75685E

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

Shades of Pine Cone #75685E

Tints of Pine Cone #75685E

Color information

#75685E (or 0x75685E) is unknown color: approx Pine Cone. HEX triplet: 75, 68 and 5E. RGB value is (117,104,94). Sum of RGB (Red+Green+Blue) = 117+104+94=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #75685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75685E is #8A97A1. Grayscale: #6A6A6A. Windows color (decimal): -9082786 or 6187125. OLE color: 6187125.

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

Color convert

RGB11710494-
CMYK00.110.200.54
HSL26.09º10.9%41.37%-
HSV(B)26.09º19.66%45.88%-
XYZ14.3114.4912.63-
YUV106.75120.81135.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=37.14%
G=33.02%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171049400.110.200.5426.0910.941.37
Hex75685E0B14361ab29
Octal1651501360132466321351
Binary1110101110100010111100101110100110110110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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