#746150

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

Shades of Pine Cone #746150

Tints of Pine Cone #746150

Color information

#746150 (or 0x746150) is unknown color: approx Pine Cone. HEX triplet: 74, 61 and 50. RGB value is (116,97,80). Sum of RGB (Red+Green+Blue) = 116+97+80=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #746150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746150 is #8B9EAF. Grayscale: #646464. Windows color (decimal): -9150128 or 5267828. OLE color: 5267828.

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

Color convert

RGB1169780-
CMYK00.160.310.55
HSL28.33º18.37%38.43%-
HSV(B)28.33º31.03%45.49%-
XYZ12.9312.849.39-
YUV100.74116.29138.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=39.59%
G=33.11%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116978000.160.310.5528.3318.3738.43
Hex7461500101F371c1226
Octal1641411200203767342246
Binary111010011000011010000010000111111101111110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746150; }

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

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

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

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

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

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

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

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