#74685A

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

Shades of Pine Cone #74685A

Tints of Pine Cone #74685A

Color information

#74685A (or 0x74685A) is unknown color: approx Pine Cone. HEX triplet: 74, 68 and 5A. RGB value is (116,104,90). Sum of RGB (Red+Green+Blue) = 116+104+90=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74685A is #8B97A5. Grayscale: #6A6A6A. Windows color (decimal): -9148326 or 5924980. OLE color: 5924980.

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

Color convert

RGB11610490-
CMYK00.100.220.55
HSL32.31º12.62%40.39%-
HSV(B)32.31º22.41%45.49%-
XYZ1414.3511.71-
YUV105.99118.98135.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=37.42%
G=33.55%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161049000.100.220.5532.3112.6240.39
Hex74685A0A163720d28
Octal1641501320122667401550
Binary11101001101000101101001010101101101111000001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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