#73685C

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

Shades of Pine Cone #73685C

Tints of Pine Cone #73685C

Color information

#73685C (or 0x73685C) is unknown color: approx Pine Cone. HEX triplet: 73, 68 and 5C. RGB value is (115,104,92). Sum of RGB (Red+Green+Blue) = 115+104+92=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #73685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73685C is #8C97A3. Grayscale: #696969. Windows color (decimal): -9213860 or 6056051. OLE color: 6056051.

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

Color convert

RGB11510492-
CMYK00.100.200.55
HSL31.3º11.11%40.59%-
HSV(B)31.3º20%45.1%-
XYZ13.9514.3212.15-
YUV105.92120.14134.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=36.98%
G=33.44%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151049200.100.200.5531.311.1140.59
Hex73685C0A14371fb29
Octal1631501340122467371351
Binary1110011110100010111000101010100110111111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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