#766351

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

Shades of Pine Cone #766351

Tints of Pine Cone #766351

Color information

#766351 (or 0x766351) is unknown color: approx Pine Cone. HEX triplet: 76, 63 and 51. RGB value is (118,99,81). Sum of RGB (Red+Green+Blue) = 118+99+81=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766351 is #899CAE. Grayscale: #666666. Windows color (decimal): -9018543 or 5333878. OLE color: 5333878.

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

Color convert

RGB1189981-
CMYK00.160.310.54
HSL29.19º18.59%39.02%-
HSV(B)29.19º31.36%46.27%-
XYZ13.4213.379.66-
YUV102.63115.79138.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=39.60%
G=33.22%
B=27.18%

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
Decimal118998100.160.310.5429.1918.5939.02
Hex7663510101F361d1327
Octal1661431210203766352347
Binary111011011000111010001010000111111101101110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766351; }

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

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

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

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

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

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

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

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