#76614B

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

Shades of Pine Cone #76614B

Tints of Pine Cone #76614B

Color information

#76614B (or 0x76614B) is unknown color: approx Pine Cone. HEX triplet: 76, 61 and 4B. RGB value is (118,97,75). Sum of RGB (Red+Green+Blue) = 118+97+75=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76614B is #899EB4. Grayscale: #646464. Windows color (decimal): -9019061 or 4940150. OLE color: 4940150.

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

Color convert

RGB1189775-
CMYK00.180.360.54
HSL30.7º22.28%37.84%-
HSV(B)30.7º36.44%46.27%-
XYZ13.0212.918.46-
YUV100.77113.46140.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=40.69%
G=33.45%
B=25.86%

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
Decimal118977500.180.360.5430.722.2837.84
Hex76614B01224361f1626
Octal1661411130224466372646
Binary1110110110000110010110100101001001101101111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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