#72682E

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

Shades of Himalaya #72682E

Tints of Himalaya #72682E

Color information

#72682E (or 0x72682E) is unknown color: approx Himalaya. HEX triplet: 72, 68 and 2E. RGB value is (114,104,46). Sum of RGB (Red+Green+Blue) = 114+104+46=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #72682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72682E is #8D97D1. Grayscale: #646464. Windows color (decimal): -9279442 or 3041394. OLE color: 3041394.

HSL color Cylindrical-coordinate representation of color #72682E: hue angle of 51.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72682E is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB11410446-
CMYK00.090.600.55
HSL51.18º42.5%31.37%-
HSV(B)51.18º59.65%44.71%-
XYZ12.3813.684.57-
YUV100.3897.31137.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 46 (18.36% from 255) = 17.42%
R=43.18%
G=39.39%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141044600.090.600.5551.1842.531.37
Hex72682E093C37332a1f
Octal162150560117467635237
Binary111001011010001011100100111110011011111001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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