#746961

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

Shades of Pine Cone #746961

Tints of Pine Cone #746961

Color information

#746961 (or 0x746961) is unknown color: approx Pine Cone. HEX triplet: 74, 69 and 61. RGB value is (116,105,97). Sum of RGB (Red+Green+Blue) = 116+105+97=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746961 is #8B969E. Grayscale: #6B6B6B. Windows color (decimal): -9148063 or 6383988. OLE color: 6383988.

HSL color Cylindrical-coordinate representation of color #746961: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746961 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB11610597-
CMYK00.090.160.55
HSL25.26º8.92%41.76%-
HSV(B)25.26º16.38%45.49%-
XYZ14.4114.6813.38-
YUV107.38122.14134.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=36.48%
G=33.02%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161059700.090.160.5525.268.9241.76
Hex7469610910371992a
Octal1641511410112067311152
Binary1110100110100111000010100110000110111110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746961; }

 p { color: rgb(116,105,97); }

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

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

 a { background-color: rgb(116,105,97); }

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

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

 span { border-color: rgb(116,105,97); }

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