#746555

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

Shades of Pine Cone #746555

Tints of Pine Cone #746555

Color information

#746555 (or 0x746555) is unknown color: approx Pine Cone. HEX triplet: 74, 65 and 55. RGB value is (116,101,85). Sum of RGB (Red+Green+Blue) = 116+101+85=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746555 is #8B9AAA. Grayscale: #676767. Windows color (decimal): -9149099 or 5596532. OLE color: 5596532.

HSL color Cylindrical-coordinate representation of color #746555: hue angle of 30.97º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #746555 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB11610185-
CMYK00.130.270.55
HSL30.97º15.42%39.41%-
HSV(B)30.97º26.72%45.49%-
XYZ13.513.6810.52-
YUV103.66117.47136.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=38.41%
G=33.44%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161018500.130.270.5530.9715.4239.41
Hex7465550D1B371ff27
Octal1641451250153367371747
Binary1110100110010110101010110111011110111111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746555; }

 p { color: rgb(116,101,85); }

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

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

 a { background-color: rgb(116,101,85); }

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

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

 span { border-color: rgb(116,101,85); }

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