#766354

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

Shades of Pine Cone #766354

Tints of Pine Cone #766354

Color information

#766354 (or 0x766354) is unknown color: approx Pine Cone. HEX triplet: 76, 63 and 54. RGB value is (118,99,84). Sum of RGB (Red+Green+Blue) = 118+99+84=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766354 is #899CAB. Grayscale: #676767. Windows color (decimal): -9018540 or 5530486. OLE color: 5530486.

HSL color Cylindrical-coordinate representation of color #766354: hue angle of 26.47º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766354 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1189984-
CMYK00.160.290.54
HSL26.47º16.83%39.61%-
HSV(B)26.47º28.81%46.27%-
XYZ13.5313.4210.26-
YUV102.97117.29138.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=39.20%
G=32.89%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118998400.160.290.5426.4716.8339.61
Hex7663540101D361a1128
Octal1661431240203566322150
Binary111011011000111010100010000111011101101101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766354; }

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

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

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

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

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

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

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

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