#746658

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

Shades of Pine Cone #746658

Tints of Pine Cone #746658

Color information

#746658 (or 0x746658) is unknown color: approx Pine Cone. HEX triplet: 74, 66 and 58. RGB value is (116,102,88). Sum of RGB (Red+Green+Blue) = 116+102+88=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #746658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746658 is #8B99A7. Grayscale: #686868. Windows color (decimal): -9148840 or 5793396. OLE color: 5793396.

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

Color convert

RGB11610288-
CMYK00.120.240.55
HSL30º13.73%40%-
HSV(B)30º24.14%45.49%-
XYZ13.7213.9211.2-
YUV104.59118.64136.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=37.91%
G=33.33%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161028800.120.240.553013.7340
Hex7466580C18371ee28
Octal1641461300143067361650
Binary1110100110011010110000110011000110111111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746658; }

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

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

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

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

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

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

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

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