Html Css Color HEX #736860 Pine Cone

📋 copy color: '#736860'

red 115 ◦ green 104 ◦ blue 96

#736860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #736860

Tints of Pine Cone #736860

RGB

 RED value IS 115 (45.31% from 255) = 36.51%

 GREEN value IS 104 (41.02% from 255) = 33.02%

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 36.51%
G = 33.02%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#736860 (or 0x736860) is known color: Pine Cone. HEX triplet: 73, 68 and 60. RGB value is (115,104,96). Sum of RGB (Red+Green+Blue) = 115+104+96=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #736860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736860 is #8C979F. Grayscale: #6A6A6A. Windows color (decimal): -9213856 or 6318195. OLE color: 6318195.

HSL color Cylindrical-coordinate representation of color #736860: hue angle of 25.26º degrees, saturation: 0.09, 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 #736860 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 104 96 -
CMYK 0 0.10 0.17 0.55
HSL 25.26º 0.09% 0.41% -
HSV(B) 25.26º 0.17% 0.45% -
XYZ 14.13 14.39 13.1 -
YUV 106.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 115 104 96 0 0.10 0.17 0.55 25.26 0.09 0.41
Hex 73 68 60 0 A 11 37 19 9 29
Octal 163 150 140 0 12 21 67 31 11 51
Binary 1110011 1101000 1100000 0 1010 10001 110111 11001 1001 101001

Color Harmonies of #736860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736860

Black with #736860

Text Example


Text Example

White with #736860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736860; }

 p { color: rgb(115,104,96); }

 H1.HeaderClassName
 {
   color: #736860;
 }
 .AnyTagClassName
 {
   color: #736860;
 }
</style>

background-color css

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

 a { background-color: rgb(115,104,96); }

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

border-color css

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

 span { border-color: rgb(115,104,96); }

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