Html Css Color HEX #726656 Pine Cone

📋 copy color: '#726656'

red 114 ◦ green 102 ◦ blue 86

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

Shades of Pine Cone #726656

Tints of Pine Cone #726656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 37.75%
G = 33.77%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#726656 (or 0x726656) is known color: Pine Cone. HEX triplet: 72, 66 and 56. RGB value is (114,102,86). Sum of RGB (Red+Green+Blue) = 114+102+86=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726656 is #8D99A9. Grayscale: #676767. Windows color (decimal): -9279914 or 5662322. OLE color: 5662322.

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

Color convert

RGB 114 102 86 -
CMYK 0 0.11 0.25 0.55
HSL 34.29º 0.14% 0.39% -
HSV(B) 34.29º 0.25% 0.45% -
XYZ 13.37 13.75 10.75 -
YUV 103.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 114 102 86 0 0.11 0.25 0.55 34.29 0.14 0.39
Hex 72 66 56 0 B 19 37 22 E 27
Octal 162 146 126 0 13 31 67 42 16 47
Binary 1110010 1100110 1010110 0 1011 11001 110111 100010 1110 100111

Color Harmonies of #726656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726656

Black with #726656

Text Example


Text Example

White with #726656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726656; }

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

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

background-color css

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

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

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

border-color css

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

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

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