#756654

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

Shades of Pine Cone #756654

Tints of Pine Cone #756654

Color information

#756654 (or 0x756654) is unknown color: approx Pine Cone. HEX triplet: 75, 66 and 54. RGB value is (117,102,84). Sum of RGB (Red+Green+Blue) = 117+102+84=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756654 is #8A99AB. Grayscale: #686868. Windows color (decimal): -9083308 or 5531253. OLE color: 5531253.

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

Color convert

RGB11710284-
CMYK00.130.280.54
HSL32.73º16.42%39.41%-
HSV(B)32.73º28.21%45.88%-
XYZ13.6913.9210.35-
YUV104.43116.47136.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 84 (33.20% from 255) = 27.72%
R=38.61%
G=33.66%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171028400.130.280.5432.7316.4239.41
Hex7566540D1C36211027
Octal1651461240153466412047
Binary111010111001101010100011011110011011010000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756654; }

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

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

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

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

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

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

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

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