#756254

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

Shades of Pine Cone #756254

Tints of Pine Cone #756254

Color information

#756254 (or 0x756254) is unknown color: approx Pine Cone. HEX triplet: 75, 62 and 54. RGB value is (117,98,84). Sum of RGB (Red+Green+Blue) = 117+98+84=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #756254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756254 is #8A9DAB. Grayscale: #666666. Windows color (decimal): -9084332 or 5530229. OLE color: 5530229.

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

Color convert

RGB1179884-
CMYK00.160.280.54
HSL25.45º16.42%39.41%-
HSV(B)25.45º28.21%45.88%-
XYZ13.313.1610.23-
YUV102.08117.79138.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=39.13%
G=32.78%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117988400.160.280.5425.4516.4239.41
Hex7562540101C36191027
Octal1651421240203466312047
Binary111010111000101010100010000111001101101100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756254; }

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

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

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

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

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

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

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

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