#74665C

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

Shades of Pine Cone #74665C

Tints of Pine Cone #74665C

Color information

#74665C (or 0x74665C) is unknown color: approx Pine Cone. HEX triplet: 74, 66 and 5C. RGB value is (116,102,92). Sum of RGB (Red+Green+Blue) = 116+102+92=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74665C is #8B99A3. Grayscale: #696969. Windows color (decimal): -9148836 or 6055540. OLE color: 6055540.

HSL color Cylindrical-coordinate representation of color #74665C: hue angle of 25º 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 #74665C is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB11610292-
CMYK00.120.210.55
HSL25º11.54%40.78%-
HSV(B)25º20.69%45.49%-
XYZ13.8913.9912.09-
YUV105.05120.64135.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=37.42%
G=32.90%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161029200.120.210.552511.5440.78
Hex74665C0C153719c29
Octal1641461340142567311451
Binary1110100110011010111000110010101110111110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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