#766231

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

Shades of Himalaya #766231

Tints of Himalaya #766231

Color information

#766231 (or 0x766231) is unknown color: approx Himalaya. HEX triplet: 76, 62 and 31. RGB value is (118,98,49). Sum of RGB (Red+Green+Blue) = 118+98+49=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #766231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766231 is #899DCE. Grayscale: #626262. Windows color (decimal): -9018831 or 3236470. OLE color: 3236470.

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

Color convert

RGB1189849-
CMYK00.170.580.54
HSL42.61º41.32%32.75%-
HSV(B)42.61º58.47%46.27%-
XYZ12.3912.814.72-
YUV98.39100.13141.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=44.53%
G=36.98%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118984900.170.580.5442.6141.3232.75
Hex7662310113A362b2921
Octal166142610217266535141
Binary11101101100010110001010001111010110110101011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766231; }

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

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

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

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

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

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

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

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