#74685F

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

Shades of Pine Cone #74685F

Tints of Pine Cone #74685F

Color information

#74685F (or 0x74685F) is unknown color: approx Pine Cone. HEX triplet: 74, 68 and 5F. RGB value is (116,104,95). Sum of RGB (Red+Green+Blue) = 116+104+95=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #74685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74685F is #8B97A0. Grayscale: #6A6A6A. Windows color (decimal): -9148321 or 6252660. OLE color: 6252660.

HSL color Cylindrical-coordinate representation of color #74685F: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74685F is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB11610495-
CMYK00.100.180.55
HSL25.71º9.95%41.37%-
HSV(B)25.71º18.1%45.49%-
XYZ14.2214.4412.86-
YUV106.56121.48134.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=36.83%
G=33.02%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161049500.100.180.5525.719.9541.37
Hex74685F0A12371aa29
Octal1641501370122267321251
Binary1110100110100010111110101010010110111110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74685F; }

 p { color: rgb(116,104,95); }

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

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

 a { background-color: rgb(116,104,95); }

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

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

 span { border-color: rgb(116,104,95); }

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