#736656

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

Shades of Pine Cone #736656

Tints of Pine Cone #736656

Color information

#736656 (or 0x736656) is unknown color: approx Pine Cone. HEX triplet: 73, 66 and 56. RGB value is (115,102,86). Sum of RGB (Red+Green+Blue) = 115+102+86=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #736656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736656 is #8C99A9. Grayscale: #686868. Windows color (decimal): -9214378 or 5662323. OLE color: 5662323.

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

Color convert

RGB11510286-
CMYK00.110.250.55
HSL33.1º14.43%39.41%-
HSV(B)33.1º25.22%45.1%-
XYZ13.513.8210.76-
YUV104.06117.81135.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=37.95%
G=33.66%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151028600.110.250.5533.114.4339.41
Hex7366560B193721e27
Octal1631461260133167411647
Binary11100111100110101011001011110011101111000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736656; }

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

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

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

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

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

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

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

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