#746455

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

Shades of Pine Cone #746455

Tints of Pine Cone #746455

Color information

#746455 (or 0x746455) is unknown color: approx Pine Cone. HEX triplet: 74, 64 and 55. RGB value is (116,100,85). Sum of RGB (Red+Green+Blue) = 116+100+85=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #746455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746455 is #8B9BAA. Grayscale: #676767. Windows color (decimal): -9149355 or 5596276. OLE color: 5596276.

HSL color Cylindrical-coordinate representation of color #746455: hue angle of 29.03º 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 #746455 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB11610085-
CMYK00.140.270.55
HSL29.03º15.42%39.41%-
HSV(B)29.03º26.72%45.49%-
XYZ13.413.4810.49-
YUV103.07117.8137.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=38.54%
G=33.22%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161008500.140.270.5529.0315.4239.41
Hex7464550E1B371df27
Octal1641441250163367351747
Binary1110100110010010101010111011011110111111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746455; }

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

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

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

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

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

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

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

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