#72675D

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

Shades of Pine Cone #72675D

Tints of Pine Cone #72675D

Color information

#72675D (or 0x72675D) is unknown color: approx Pine Cone. HEX triplet: 72, 67 and 5D. RGB value is (114,103,93). Sum of RGB (Red+Green+Blue) = 114+103+93=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675D is #8D98A2. Grayscale: #696969. Windows color (decimal): -9279651 or 6121330. OLE color: 6121330.

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

Color convert

RGB11410393-
CMYK00.100.180.55
HSL28.57º10.14%40.59%-
HSV(B)28.57º18.42%44.71%-
XYZ13.7714.0712.35-
YUV105.15121.14134.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 93 (36.72% from 255) = 30%
R=36.77%
G=33.23%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141039300.100.180.5528.5710.1440.59
Hex72675D0A12371da29
Octal1621471350122267351251
Binary1110010110011110111010101010010110111111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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