#756351

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

Shades of Pine Cone #756351

Tints of Pine Cone #756351

Color information

#756351 (or 0x756351) is unknown color: approx Pine Cone. HEX triplet: 75, 63 and 51. RGB value is (117,99,81). Sum of RGB (Red+Green+Blue) = 117+99+81=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #756351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756351 is #8A9CAE. Grayscale: #666666. Windows color (decimal): -9084079 or 5333877. OLE color: 5333877.

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

Color convert

RGB1179981-
CMYK00.150.310.54
HSL30º18.18%38.82%-
HSV(B)30º30.77%45.88%-
XYZ13.2813.39.65-
YUV102.33115.96138.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 27.27%
R=39.39%
G=33.33%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117998100.150.310.543018.1838.82
Hex7563510F1F361e1227
Octal1651431210173766362247
Binary11101011100011101000101111111111101101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756351; }

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

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

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

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

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

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

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

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