#74675D

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

Shades of Pine Cone #74675D

Tints of Pine Cone #74675D

Color information

#74675D (or 0x74675D) is unknown color: approx Pine Cone. HEX triplet: 74, 67 and 5D. RGB value is (116,103,93). Sum of RGB (Red+Green+Blue) = 116+103+93=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74675D is #8B98A2. Grayscale: #696969. Windows color (decimal): -9148579 or 6121332. OLE color: 6121332.

HSL color Cylindrical-coordinate representation of color #74675D: hue angle of 26.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74675D is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11610393-
CMYK00.110.200.55
HSL26.09º11%40.98%-
HSV(B)26.09º19.83%45.49%-
XYZ14.0314.212.36-
YUV105.75120.81135.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=37.18%
G=33.01%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161039300.110.200.5526.091140.98
Hex74675D0B14371ab29
Octal1641471350132467321351
Binary1110100110011110111010101110100110111110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74675D; }

 p { color: rgb(116,103,93); }

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

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

 a { background-color: rgb(116,103,93); }

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

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

 span { border-color: rgb(116,103,93); }

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