#766235

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

Shades of Himalaya #766235

Tints of Himalaya #766235

Color information

#766235 (or 0x766235) is unknown color: approx Himalaya. HEX triplet: 76, 62 and 35. RGB value is (118,98,53). Sum of RGB (Red+Green+Blue) = 118+98+53=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766235 is #899DCA. Grayscale: #636363. Windows color (decimal): -9018827 or 3498614. OLE color: 3498614.

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

Color convert

RGB1189853-
CMYK00.170.550.54
HSL41.54º38.01%33.53%-
HSV(B)41.54º55.08%46.27%-
XYZ12.4812.845.19-
YUV98.85102.13141.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=43.87%
G=36.43%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118985300.170.550.5441.5438.0133.53
Hex76623501137362a2622
Octal166142650216766524642
Binary11101101100010110101010001110111110110101010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766235; }

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

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

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

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

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

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

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

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