#75695F

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

Shades of Pine Cone #75695F

Tints of Pine Cone #75695F

Color information

#75695F (or 0x75695F) is unknown color: approx Pine Cone. HEX triplet: 75, 69 and 5F. RGB value is (117,105,95). Sum of RGB (Red+Green+Blue) = 117+105+95=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #75695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75695F is #8A96A0. Grayscale: #6B6B6B. Windows color (decimal): -9082529 or 6252917. OLE color: 6252917.

HSL color Cylindrical-coordinate representation of color #75695F: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75695F is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11710595-
CMYK00.100.190.54
HSL27.27º10.38%41.57%-
HSV(B)27.27º18.8%45.88%-
XYZ14.4514.7112.9-
YUV107.45120.98134.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=36.91%
G=33.12%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171059500.100.190.5427.2710.3841.57
Hex75695F0A13361ba2a
Octal1651511370122366331252
Binary1110101110100110111110101010011110110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75695F; }

 p { color: rgb(117,105,95); }

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

<style>
 a { background-color: #75695F; }

 a { background-color: rgb(117,105,95); }

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

<style>
 span { border-color: #75695F; }

 span { border-color: rgb(117,105,95); }

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