#766450

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

Shades of Pine Cone #766450

Tints of Pine Cone #766450

Color information

#766450 (or 0x766450) is unknown color: approx Pine Cone. HEX triplet: 76, 64 and 50. RGB value is (118,100,80). Sum of RGB (Red+Green+Blue) = 118+100+80=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766450 is #899BAF. Grayscale: #676767. Windows color (decimal): -9018288 or 5268598. OLE color: 5268598.

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

Color convert

RGB11810080-
CMYK00.150.320.54
HSL31.58º19.19%38.82%-
HSV(B)31.58º32.2%46.27%-
XYZ13.4813.559.49-
YUV103.1114.96138.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=39.60%
G=33.56%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181008000.150.320.5431.5819.1938.82
Hex7664500F2036201327
Octal1661441200174066402347
Binary1110110110010010100000111110000011011010000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766450; }

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

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

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

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

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

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

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

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