#756652

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

Shades of Pine Cone #756652

Tints of Pine Cone #756652

Color information

#756652 (or 0x756652) is unknown color: approx Pine Cone. HEX triplet: 75, 66 and 52. RGB value is (117,102,82). Sum of RGB (Red+Green+Blue) = 117+102+82=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756652 is #8A99AD. Grayscale: #686868. Windows color (decimal): -9083310 or 5400181. OLE color: 5400181.

HSL color Cylindrical-coordinate representation of color #756652: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756652 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11710282-
CMYK00.130.300.54
HSL34.29º17.59%39.02%-
HSV(B)34.29º29.91%45.88%-
XYZ13.6113.899.95-
YUV104.2115.47137.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=38.87%
G=33.89%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171028200.130.300.5434.2917.5939.02
Hex7566520D1E36221227
Octal1651461220153666422247
Binary111010111001101010010011011111011011010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756652; }

 p { color: rgb(117,102,82); }

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

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

 a { background-color: rgb(117,102,82); }

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

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

 span { border-color: rgb(117,102,82); }

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