#76634C

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

Shades of Pine Cone #76634C

Tints of Pine Cone #76634C

Color information

#76634C (or 0x76634C) is unknown color: approx Pine Cone. HEX triplet: 76, 63 and 4C. RGB value is (118,99,76). Sum of RGB (Red+Green+Blue) = 118+99+76=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76634C is #899CB3. Grayscale: #666666. Windows color (decimal): -9018548 or 5006198. OLE color: 5006198.

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

Color convert

RGB1189976-
CMYK00.160.360.54
HSL32.86º21.65%38.04%-
HSV(B)32.86º35.59%46.27%-
XYZ13.2413.38.71-
YUV102.06113.29139.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=40.27%
G=33.79%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118997600.160.360.5432.8621.6538.04
Hex76634C0102436211626
Octal1661431140204466412646
Binary11101101100011100110001000010010011011010000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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