#766326

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

Shades of Himalaya #766326

Tints of Himalaya #766326

Color information

#766326 (or 0x766326) is unknown color: approx Himalaya. HEX triplet: 76, 63 and 26. RGB value is (118,99,38). Sum of RGB (Red+Green+Blue) = 118+99+38=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #766326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766326 is #899CD9. Grayscale: #616161. Windows color (decimal): -9018586 or 2515830. OLE color: 2515830.

HSL color Cylindrical-coordinate representation of color #766326: hue angle of 45.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #766326 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1189938-
CMYK00.160.680.54
HSL45.75º51.28%30.59%-
HSV(B)45.75º67.8%46.27%-
XYZ12.2812.923.68-
YUV97.7394.29142.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=46.27%
G=38.82%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118993800.160.680.5445.7551.2830.59
Hex76632601044362e331f
Octal1661434602010466566337
Binary11101101100011100110010000100010011011010111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766326; }

 p { color: rgb(118,99,38); }

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

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

 a { background-color: rgb(118,99,38); }

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

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

 span { border-color: rgb(118,99,38); }

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