#73675E

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

Shades of Pine Cone #73675E

Tints of Pine Cone #73675E

Color information

#73675E (or 0x73675E) is unknown color: approx Pine Cone. HEX triplet: 73, 67 and 5E. RGB value is (115,103,94). Sum of RGB (Red+Green+Blue) = 115+103+94=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #73675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73675E is #8C98A1. Grayscale: #696969. Windows color (decimal): -9214114 or 6186867. OLE color: 6186867.

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

Color convert

RGB11510394-
CMYK00.100.180.55
HSL25.71º10.05%40.98%-
HSV(B)25.71º18.26%45.1%-
XYZ13.9414.1512.59-
YUV105.56121.48134.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=36.86%
G=33.01%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151039400.100.180.5525.7110.0540.98
Hex73675E0A12371aa29
Octal1631471360122267321251
Binary1110011110011110111100101010010110111110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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