#76624C

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

Shades of Pine Cone #76624C

Tints of Pine Cone #76624C

Color information

#76624C (or 0x76624C) is unknown color: approx Pine Cone. HEX triplet: 76, 62 and 4C. RGB value is (118,98,76). Sum of RGB (Red+Green+Blue) = 118+98+76=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76624C is #899DB3. Grayscale: #656565. Windows color (decimal): -9018804 or 5005942. OLE color: 5005942.

HSL color Cylindrical-coordinate representation of color #76624C: hue angle of 31.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76624C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1189876-
CMYK00.170.360.54
HSL31.43º21.65%38.04%-
HSV(B)31.43º35.59%46.27%-
XYZ13.1413.118.67-
YUV101.47113.63139.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=40.41%
G=33.56%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118987600.170.360.5431.4321.6538.04
Hex76624C01124361f1626
Octal1661421140214466372646
Binary1110110110001010011000100011001001101101111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76624C; }

 p { color: rgb(118,98,76); }

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

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

 a { background-color: rgb(118,98,76); }

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

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

 span { border-color: rgb(118,98,76); }

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