#72685E

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

Shades of Pine Cone #72685E

Tints of Pine Cone #72685E

Color information

#72685E (or 0x72685E) is unknown color: approx Pine Cone. HEX triplet: 72, 68 and 5E. RGB value is (114,104,94). Sum of RGB (Red+Green+Blue) = 114+104+94=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #72685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72685E is #8D97A1. Grayscale: #696969. Windows color (decimal): -9279394 or 6187122. OLE color: 6187122.

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

Color convert

RGB11410494-
CMYK00.090.180.55
HSL30º9.62%40.78%-
HSV(B)30º17.54%44.71%-
XYZ13.9114.2912.61-
YUV105.85121.31133.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=36.54%
G=33.33%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141049400.090.180.55309.6240.78
Hex72685E0912371ea29
Octal1621501360112267361251
Binary1110010110100010111100100110010110111111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72685E; }

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

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

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

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

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

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

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

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