#756454

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

Shades of Pine Cone #756454

Tints of Pine Cone #756454

Color information

#756454 (or 0x756454) is unknown color: approx Pine Cone. HEX triplet: 75, 64 and 54. RGB value is (117,100,84). Sum of RGB (Red+Green+Blue) = 117+100+84=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756454 is #8A9BAB. Grayscale: #676767. Windows color (decimal): -9083820 or 5530741. OLE color: 5530741.

HSL color Cylindrical-coordinate representation of color #756454: hue angle of 29.09º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756454 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB11710084-
CMYK00.150.280.54
HSL29.09º16.42%39.41%-
HSV(B)29.09º28.21%45.88%-
XYZ13.4913.5410.29-
YUV103.26117.13137.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=38.87%
G=33.22%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171008400.150.280.5429.0916.4239.41
Hex7564540F1C361d1027
Octal1651441240173466352047
Binary11101011100100101010001111111001101101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756454; }

 p { color: rgb(117,100,84); }

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

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

 a { background-color: rgb(117,100,84); }

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

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

 span { border-color: rgb(117,100,84); }

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