#756754

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

Shades of Pine Cone #756754

Tints of Pine Cone #756754

Color information

#756754 (or 0x756754) is unknown color: approx Pine Cone. HEX triplet: 75, 67 and 54. RGB value is (117,103,84). Sum of RGB (Red+Green+Blue) = 117+103+84=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756754 is #8A98AB. Grayscale: #696969. Windows color (decimal): -9083052 or 5531509. OLE color: 5531509.

HSL color Cylindrical-coordinate representation of color #756754: hue angle of 34.55º 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 #756754 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB11710384-
CMYK00.120.280.54
HSL34.55º16.42%39.41%-
HSV(B)34.55º28.21%45.88%-
XYZ13.7914.1210.39-
YUV105.02116.14136.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 84 (33.20% from 255) = 27.63%
R=38.49%
G=33.88%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171038400.120.280.5434.5516.4239.41
Hex7567540C1C36231027
Octal1651471240143466432047
Binary111010111001111010100011001110011011010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756754; }

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

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

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

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

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

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

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

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