Html Css Color HEX #726861 Pine Cone

📋 copy color: '#726861'

red 114 ◦ green 104 ◦ blue 97

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

Shades of Pine Cone #726861

Tints of Pine Cone #726861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 36.19%
G = 33.02%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#726861 (or 0x726861) is known color: Pine Cone. HEX triplet: 72, 68 and 61. RGB value is (114,104,97). Sum of RGB (Red+Green+Blue) = 114+104+97=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726861 is #8D979E. Grayscale: #6A6A6A. Windows color (decimal): -9279391 or 6383730. OLE color: 6383730.

HSL color Cylindrical-coordinate representation of color #726861: hue angle of 24.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726861 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 97 -
CMYK 0 0.09 0.15 0.55
HSL 24.71º 0.08% 0.41% -
HSV(B) 24.71º 0.15% 0.45% -
XYZ 14.05 14.34 13.34 -
YUV 106.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 114 104 97 0 0.09 0.15 0.55 24.71 0.08 0.41
Hex 72 68 61 0 9 F 37 19 8 29
Octal 162 150 141 0 11 17 67 31 10 51
Binary 1110010 1101000 1100001 0 1001 1111 110111 11001 1000 101001

Color Harmonies of #726861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726861

Black with #726861

Text Example


Text Example

White with #726861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726861; }

 p { color: rgb(114,104,97); }

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

background-color css

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

 a { background-color: rgb(114,104,97); }

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

border-color css

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

 span { border-color: rgb(114,104,97); }

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