#76604F

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

Shades of Pine Cone #76604F

Tints of Pine Cone #76604F

Color information

#76604F (or 0x76604F) is unknown color: approx Pine Cone. HEX triplet: 76, 60 and 4F. RGB value is (118,96,79). Sum of RGB (Red+Green+Blue) = 118+96+79=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76604F is #899FB0. Grayscale: #646464. Windows color (decimal): -9019313 or 5202038. OLE color: 5202038.

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

Color convert

RGB1189679-
CMYK00.190.330.54
HSL26.15º19.8%38.63%-
HSV(B)26.15º33.05%46.27%-
XYZ13.0712.789.18-
YUV100.64115.79140.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=40.27%
G=32.76%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118967900.190.330.5426.1519.838.63
Hex76604F01321361a1427
Octal1661401170234166322447
Binary1110110110000010011110100111000011101101101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76604F; }

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

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

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

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

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

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

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

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