#74685C

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

Shades of Pine Cone #74685C

Tints of Pine Cone #74685C

Color information

#74685C (or 0x74685C) is unknown color: approx Pine Cone. HEX triplet: 74, 68 and 5C. RGB value is (116,104,92). Sum of RGB (Red+Green+Blue) = 116+104+92=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74685C is #8B97A3. Grayscale: #6A6A6A. Windows color (decimal): -9148324 or 6056052. OLE color: 6056052.

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

Color convert

RGB11610492-
CMYK00.100.210.55
HSL30º11.54%40.78%-
HSV(B)30º20.69%45.49%-
XYZ14.0814.3912.16-
YUV106.22119.98134.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=37.18%
G=33.33%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161049200.100.210.553011.5440.78
Hex74685C0A15371ec29
Octal1641501340122567361451
Binary1110100110100010111000101010101110111111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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