#756251

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

Shades of Pine Cone #756251

Tints of Pine Cone #756251

Color information

#756251 (or 0x756251) is unknown color: approx Pine Cone. HEX triplet: 75, 62 and 51. RGB value is (117,98,81). Sum of RGB (Red+Green+Blue) = 117+98+81=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #756251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756251 is #8A9DAE. Grayscale: #656565. Windows color (decimal): -9084335 or 5333621. OLE color: 5333621.

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

Color convert

RGB1179881-
CMYK00.160.310.54
HSL28.33º18.18%38.82%-
HSV(B)28.33º30.77%45.88%-
XYZ13.1913.119.62-
YUV101.74116.29138.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 81 (32.03% from 255) = 27.36%
R=39.53%
G=33.11%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117988100.160.310.5428.3318.1838.82
Hex7562510101F361c1227
Octal1651421210203766342247
Binary111010111000101010001010000111111101101110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756251; }

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

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

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

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

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

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

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

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