#766828

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

Shades of Himalaya #766828

Tints of Himalaya #766828

Color information

#766828 (or 0x766828) is unknown color: approx Himalaya. HEX triplet: 76, 68 and 28. RGB value is (118,104,40). Sum of RGB (Red+Green+Blue) = 118+104+40=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #766828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766828 is #8997D7. Grayscale: #656565. Windows color (decimal): -9017304 or 2648182. OLE color: 2648182.

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

Color convert

RGB11810440-
CMYK00.120.660.54
HSL49.23º49.37%30.98%-
HSV(B)49.23º66.1%46.27%-
XYZ12.813.914.02-
YUV100.8993.64140.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 40 (16.02% from 255) = 15.27%
R=45.04%
G=39.69%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181044000.120.660.5449.2349.3730.98
Hex7668280C423631311f
Octal1661505001410266616137
Binary1110110110100010100001100100001011011011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766828; }

 p { color: rgb(118,104,40); }

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

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

 a { background-color: rgb(118,104,40); }

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

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

 span { border-color: rgb(118,104,40); }

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