Html Css Color HEX #726659 Pine Cone

📋 copy color: '#726659'

red 114 ◦ green 102 ◦ blue 89

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

Shades of Pine Cone #726659

Tints of Pine Cone #726659

RGB

 RED value IS 114 (44.92% from 255) = 37.38%

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 37.38%
G = 33.44%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#726659 (or 0x726659) is known color: Pine Cone. HEX triplet: 72, 66 and 59. RGB value is (114,102,89). Sum of RGB (Red+Green+Blue) = 114+102+89=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #726659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726659 is #8D99A6. Grayscale: #686868. Windows color (decimal): -9279911 or 5858930. OLE color: 5858930.

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

Color convert

RGB 114 102 89 -
CMYK 0 0.11 0.22 0.55
HSL 31.2º 0.12% 0.4% -
HSV(B) 31.2º 0.22% 0.45% -
XYZ 13.49 13.8 11.4 -
YUV 104.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 114 102 89 0 0.11 0.22 0.55 31.2 0.12 0.4
Hex 72 66 59 0 B 16 37 1F C 28
Octal 162 146 131 0 13 26 67 37 14 50
Binary 1110010 1100110 1011001 0 1011 10110 110111 11111 1100 101000

Color Harmonies of #726659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726659

Black with #726659

Text Example


Text Example

White with #726659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726659; }

 p { color: rgb(114,102,89); }

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

background-color css

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

 a { background-color: rgb(114,102,89); }

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

border-color css

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

 span { border-color: rgb(114,102,89); }

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