#766226

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

Shades of Himalaya #766226

Tints of Himalaya #766226

Color information

#766226 (or 0x766226) is unknown color: approx Himalaya. HEX triplet: 76, 62 and 26. RGB value is (118,98,38). Sum of RGB (Red+Green+Blue) = 118+98+38=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766226 is #899DD9. Grayscale: #616161. Windows color (decimal): -9018842 or 2515574. OLE color: 2515574.

HSL color Cylindrical-coordinate representation of color #766226: hue angle of 45º 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 #766226 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1189838-
CMYK00.170.680.54
HSL45º51.28%30.59%-
HSV(B)45º67.8%46.27%-
XYZ12.1912.733.65-
YUV97.1494.63142.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 38 (15.23% from 255) = 14.96%
R=46.46%
G=38.58%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118983800.170.680.544551.2830.59
Hex76622601144362d331f
Octal1661424602110466556337
Binary11101101100010100110010001100010011011010110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766226; }

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

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

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

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

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

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

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

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