#726633

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

Shades of Himalaya #726633

Tints of Himalaya #726633

Color information

#726633 (or 0x726633) is unknown color: approx Himalaya. HEX triplet: 72, 66 and 33. RGB value is (114,102,51). Sum of RGB (Red+Green+Blue) = 114+102+51=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #726633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726633 is #8D99CC. Grayscale: #636363. Windows color (decimal): -9279949 or 3368562. OLE color: 3368562.

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

Color convert

RGB11410251-
CMYK00.110.550.55
HSL48.57º38.18%32.35%-
HSV(B)48.57º55.26%44.71%-
XYZ12.2913.325.06-
YUV99.77100.48138.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=42.70%
G=38.20%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141025100.110.550.5548.5738.1832.35
Hex7266330B3737312620
Octal162146630136767614640
Binary1110010110011011001101011110111110111110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726633; }

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

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

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

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

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

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

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

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