#746454

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

Shades of Pine Cone #746454

Tints of Pine Cone #746454

Color information

#746454 (or 0x746454) is unknown color: approx Pine Cone. HEX triplet: 74, 64 and 54. RGB value is (116,100,84). Sum of RGB (Red+Green+Blue) = 116+100+84=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746454 is #8B9BAB. Grayscale: #676767. Windows color (decimal): -9149356 or 5530740. OLE color: 5530740.

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

Color convert

RGB11610084-
CMYK00.140.280.55
HSL30º16%39.22%-
HSV(B)30º27.59%45.49%-
XYZ13.3613.4710.28-
YUV102.96117.3137.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 28%
R=38.67%
G=33.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161008400.140.280.55301639.22
Hex7464540E1C371e1027
Octal1641441240163467362047
Binary11101001100100101010001110111001101111111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746454; }

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

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

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

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

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

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

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

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