#726629

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

Shades of Himalaya #726629

Tints of Himalaya #726629

Color information

#726629 (or 0x726629) is unknown color: approx Himalaya. HEX triplet: 72, 66 and 29. RGB value is (114,102,41). Sum of RGB (Red+Green+Blue) = 114+102+41=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #726629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726629 is #8D99D6. Grayscale: #626262. Windows color (decimal): -9279959 or 2713202. OLE color: 2713202.

HSL color Cylindrical-coordinate representation of color #726629: hue angle of 50.14º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #726629 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB11410241-
CMYK00.110.640.55
HSL50.14º47.1%30.39%-
HSV(B)50.14º64.04%44.71%-
XYZ12.0913.244.02-
YUV98.6395.48138.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=44.36%
G=39.69%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141024100.110.640.5550.1447.130.39
Hex7266290B4037322f1e
Octal1621465101310067625736
Binary1110010110011010100101011100000011011111001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726629; }

 p { color: rgb(114,102,41); }

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

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

 a { background-color: rgb(114,102,41); }

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

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

 span { border-color: rgb(114,102,41); }

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