#766051

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

Shades of Pine Cone #766051

Tints of Pine Cone #766051

Color information

#766051 (or 0x766051) is unknown color: approx Pine Cone. HEX triplet: 76, 60 and 51. RGB value is (118,96,81). Sum of RGB (Red+Green+Blue) = 118+96+81=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #766051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766051 is #899FAE. Grayscale: #646464. Windows color (decimal): -9019311 or 5333110. OLE color: 5333110.

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

Color convert

RGB1189681-
CMYK00.190.310.54
HSL24.32º18.59%39.02%-
HSV(B)24.32º31.36%46.27%-
XYZ13.1412.819.56-
YUV100.87116.79140.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=40%
G=32.54%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118968100.190.310.5424.3218.5939.02
Hex7660510131F36181327
Octal1661401210233766302347
Binary111011011000001010001010011111111101101100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766051; }

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

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

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

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

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

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

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

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