#736356

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

Shades of Pine Cone #736356

Tints of Pine Cone #736356

Color information

#736356 (or 0x736356) is unknown color: approx Pine Cone. HEX triplet: 73, 63 and 56. RGB value is (115,99,86). Sum of RGB (Red+Green+Blue) = 115+99+86=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #736356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736356 is #8C9CA9. Grayscale: #666666. Windows color (decimal): -9215146 or 5661555. OLE color: 5661555.

HSL color Cylindrical-coordinate representation of color #736356: hue angle of 26.9º 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 #736356 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1159986-
CMYK00.140.250.55
HSL26.9º14.43%39.41%-
HSV(B)26.9º25.22%45.1%-
XYZ13.2113.2410.66-
YUV102.3118.8137.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=38.33%
G=33%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115998600.140.250.5526.914.4339.41
Hex7363560E19371be27
Octal1631431260163167331647
Binary1110011110001110101100111011001110111110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736356; }

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

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

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

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

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

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

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

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