#76614C

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

Shades of Pine Cone #76614C

Tints of Pine Cone #76614C

Color information

#76614C (or 0x76614C) is unknown color: approx Pine Cone. HEX triplet: 76, 61 and 4C. RGB value is (118,97,76). Sum of RGB (Red+Green+Blue) = 118+97+76=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #76614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76614C is #899EB3. Grayscale: #646464. Windows color (decimal): -9019060 or 5005686. OLE color: 5005686.

HSL color Cylindrical-coordinate representation of color #76614C: hue angle of 30º 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 #76614C is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1189776-
CMYK00.180.360.54
HSL30º21.65%38.04%-
HSV(B)30º35.59%46.27%-
XYZ13.0512.928.64-
YUV100.88113.96140.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=40.55%
G=33.33%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118977600.180.360.543021.6538.04
Hex76614C01224361e1626
Octal1661411140224466362646
Binary1110110110000110011000100101001001101101111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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