#73655A

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

Shades of Pine Cone #73655A

Tints of Pine Cone #73655A

Color information

#73655A (or 0x73655A) is unknown color: approx Pine Cone. HEX triplet: 73, 65 and 5A. RGB value is (115,101,90). Sum of RGB (Red+Green+Blue) = 115+101+90=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #73655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73655A is #8C9AA5. Grayscale: #676767. Windows color (decimal): -9214630 or 5924211. OLE color: 5924211.

HSL color Cylindrical-coordinate representation of color #73655A: hue angle of 26.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73655A is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB11510190-
CMYK00.120.220.55
HSL26.4º12.2%40.2%-
HSV(B)26.4º21.74%45.1%-
XYZ13.5713.6911.6-
YUV103.93120.14135.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=37.58%
G=33.01%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151019000.120.220.5526.412.240.2
Hex73655A0C16371ac28
Octal1631451320142667321450
Binary1110011110010110110100110010110110111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73655A; }

 p { color: rgb(115,101,90); }

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

<style>
 a { background-color: #73655A; }

 a { background-color: rgb(115,101,90); }

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

<style>
 span { border-color: #73655A; }

 span { border-color: rgb(115,101,90); }

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