#766451

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

Shades of Pine Cone #766451

Tints of Pine Cone #766451

Color information

#766451 (or 0x766451) is unknown color: approx Pine Cone. HEX triplet: 76, 64 and 51. RGB value is (118,100,81). Sum of RGB (Red+Green+Blue) = 118+100+81=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #766451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766451 is #899BAE. Grayscale: #676767. Windows color (decimal): -9018287 or 5334134. OLE color: 5334134.

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

Color convert

RGB11810081-
CMYK00.150.310.54
HSL30.81º18.59%39.02%-
HSV(B)30.81º31.36%46.27%-
XYZ13.5113.569.69-
YUV103.22115.46138.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 81 (32.03% from 255) = 27.09%
R=39.46%
G=33.44%
B=27.09%

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
Decimal1181008100.150.310.5430.8118.5939.02
Hex7664510F1F361f1327
Octal1661441210173766372347
Binary11101101100100101000101111111111101101111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766451; }

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

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

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

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

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

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

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

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