#746350

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

Shades of Pine Cone #746350

Tints of Pine Cone #746350

Color information

#746350 (or 0x746350) is unknown color: approx Pine Cone. HEX triplet: 74, 63 and 50. RGB value is (116,99,80). Sum of RGB (Red+Green+Blue) = 116+99+80=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #746350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746350 is #8B9CAF. Grayscale: #666666. Windows color (decimal): -9149616 or 5268340. OLE color: 5268340.

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

Color convert

RGB1169980-
CMYK00.150.310.55
HSL31.67º18.37%38.43%-
HSV(B)31.67º31.03%45.49%-
XYZ13.1113.229.45-
YUV101.92115.63138.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=39.32%
G=33.56%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116998000.150.310.5531.6718.3738.43
Hex7463500F1F37201226
Octal1641431200173767402246
Binary111010011000111010000011111111111011110000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746350; }

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

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

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

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

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

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

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

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