#73665D

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

Shades of Pine Cone #73665D

Tints of Pine Cone #73665D

Color information

#73665D (or 0x73665D) is unknown color: approx Pine Cone. HEX triplet: 73, 66 and 5D. RGB value is (115,102,93). Sum of RGB (Red+Green+Blue) = 115+102+93=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #73665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73665D is #8C99A2. Grayscale: #686868. Windows color (decimal): -9214371 or 6121075. OLE color: 6121075.

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

Color convert

RGB11510293-
CMYK00.110.190.55
HSL24.55º10.58%40.78%-
HSV(B)24.55º19.13%45.1%-
XYZ13.813.9412.32-
YUV104.86121.31135.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 93 (36.72% from 255) = 30%
R=37.10%
G=32.90%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151029300.110.190.5524.5510.5840.78
Hex73665D0B133719b29
Octal1631461350132367311351
Binary1110011110011010111010101110011110111110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,102,93); }

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

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

 a { background-color: rgb(115,102,93); }

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

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

 span { border-color: rgb(115,102,93); }

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