#73675F

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

Shades of Pine Cone #73675F

Tints of Pine Cone #73675F

Color information

#73675F (or 0x73675F) is unknown color: approx Pine Cone. HEX triplet: 73, 67 and 5F. RGB value is (115,103,95). Sum of RGB (Red+Green+Blue) = 115+103+95=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #73675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73675F is #8C98A0. Grayscale: #696969. Windows color (decimal): -9214113 or 6252403. OLE color: 6252403.

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

Color convert

RGB11510395-
CMYK00.100.170.55
HSL24º9.52%41.18%-
HSV(B)24º17.39%45.1%-
XYZ13.9914.1712.82-
YUV105.68121.98134.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=36.74%
G=32.91%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151039500.100.170.55249.5241.18
Hex73675F0A113718a29
Octal1631471370122167301251
Binary1110011110011110111110101010001110111110001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73675F; }

 p { color: rgb(115,103,95); }

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

<style>
 a { background-color: #73675F; }

 a { background-color: rgb(115,103,95); }

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

<style>
 span { border-color: #73675F; }

 span { border-color: rgb(115,103,95); }

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