#72675B

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

Shades of Pine Cone #72675B

Tints of Pine Cone #72675B

Color information

#72675B (or 0x72675B) is unknown color: approx Pine Cone. HEX triplet: 72, 67 and 5B. RGB value is (114,103,91). Sum of RGB (Red+Green+Blue) = 114+103+91=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675B is #8D98A4. Grayscale: #686868. Windows color (decimal): -9279653 or 5990258. OLE color: 5990258.

HSL color Cylindrical-coordinate representation of color #72675B: hue angle of 31.3º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72675B is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11410391-
CMYK00.100.200.55
HSL31.3º11.22%40.2%-
HSV(B)31.3º20.18%44.71%-
XYZ13.6814.0311.89-
YUV104.92120.14134.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=37.01%
G=33.44%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141039100.100.200.5531.311.2240.2
Hex72675B0A14371fb28
Octal1621471330122467371350
Binary1110010110011110110110101010100110111111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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