#766225

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

Shades of Himalaya #766225

Tints of Himalaya #766225

Color information

#766225 (or 0x766225) is unknown color: approx Himalaya. HEX triplet: 76, 62 and 25. RGB value is (118,98,37). Sum of RGB (Red+Green+Blue) = 118+98+37=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766225 is #899DDA. Grayscale: #616161. Windows color (decimal): -9018843 or 2450038. OLE color: 2450038.

HSL color Cylindrical-coordinate representation of color #766225: hue angle of 45.19º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766225 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1189837-
CMYK00.170.690.54
HSL45.19º52.26%30.39%-
HSV(B)45.19º68.64%46.27%-
XYZ12.1712.723.56-
YUV97.0394.13142.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=46.64%
G=38.74%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118983700.170.690.5445.1952.2630.39
Hex76622501145362d341e
Octal1661424502110566556436
Binary11101101100010100101010001100010111011010110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766225; }

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

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

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

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

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

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

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

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