#766530

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

Shades of Himalaya #766530

Tints of Himalaya #766530

Color information

#766530 (or 0x766530) is unknown color: approx Himalaya. HEX triplet: 76, 65 and 30. RGB value is (118,101,48). Sum of RGB (Red+Green+Blue) = 118+101+48=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766530 is #899ACF. Grayscale: #646464. Windows color (decimal): -9018064 or 3171702. OLE color: 3171702.

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

Color convert

RGB11810148-
CMYK00.140.590.54
HSL45.43º42.17%32.55%-
HSV(B)45.43º59.32%46.27%-
XYZ12.6613.374.71-
YUV100.0498.63140.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=44.19%
G=37.83%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181014800.140.590.5445.4342.1732.55
Hex7665300E3B362d2a21
Octal166145600167366555241
Binary1110110110010111000001110111011110110101101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766530; }

 p { color: rgb(118,101,48); }

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

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

 a { background-color: rgb(118,101,48); }

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

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

 span { border-color: rgb(118,101,48); }

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