#72675F

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

Shades of Pine Cone #72675F

Tints of Pine Cone #72675F

Color information

#72675F (or 0x72675F) is unknown color: approx Pine Cone. HEX triplet: 72, 67 and 5F. RGB value is (114,103,95). Sum of RGB (Red+Green+Blue) = 114+103+95=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #72675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675F is #8D98A0. Grayscale: #696969. Windows color (decimal): -9279649 or 6252402. OLE color: 6252402.

HSL color Cylindrical-coordinate representation of color #72675F: 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 #72675F is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11410395-
CMYK00.100.170.55
HSL25.26º9.09%40.98%-
HSV(B)25.26º16.67%44.71%-
XYZ13.8614.112.82-
YUV105.38122.14134.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=36.54%
G=33.01%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141039500.100.170.5525.269.0940.98
Hex72675F0A113719929
Octal1621471370122167311151
Binary1110010110011110111110101010001110111110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72675F; }

 p { color: rgb(114,103,95); }

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

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

 a { background-color: rgb(114,103,95); }

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

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

 span { border-color: rgb(114,103,95); }

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