#75685A

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

Shades of Pine Cone #75685A

Tints of Pine Cone #75685A

Color information

#75685A (or 0x75685A) is unknown color: approx Pine Cone. HEX triplet: 75, 68 and 5A. RGB value is (117,104,90). Sum of RGB (Red+Green+Blue) = 117+104+90=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75685A is #8A97A5. Grayscale: #6A6A6A. Windows color (decimal): -9082790 or 5924981. OLE color: 5924981.

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

Color convert

RGB11710490-
CMYK00.110.230.54
HSL31.11º13.04%40.59%-
HSV(B)31.11º23.08%45.88%-
XYZ14.1314.4211.71-
YUV106.29118.81135.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=37.62%
G=33.44%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171049000.110.230.5431.1113.0440.59
Hex75685A0B17361fd29
Octal1651501320132766371551
Binary1110101110100010110100101110111110110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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