#746655

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

Shades of Pine Cone #746655

Tints of Pine Cone #746655

Color information

#746655 (or 0x746655) is unknown color: approx Pine Cone. HEX triplet: 74, 66 and 55. RGB value is (116,102,85). Sum of RGB (Red+Green+Blue) = 116+102+85=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #746655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746655 is #8B99AA. Grayscale: #686868. Windows color (decimal): -9148843 or 5596788. OLE color: 5596788.

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

Color convert

RGB11610285-
CMYK00.120.270.55
HSL32.9º15.42%39.41%-
HSV(B)32.9º26.72%45.49%-
XYZ13.5913.8710.56-
YUV104.25117.14136.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=38.28%
G=33.66%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161028500.120.270.5532.915.4239.41
Hex7466550C1B3721f27
Octal1641461250143367411747
Binary11101001100110101010101100110111101111000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746655; }

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

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

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

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

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

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

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

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