#766230

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

Shades of Himalaya #766230

Tints of Himalaya #766230

Color information

#766230 (or 0x766230) is unknown color: approx Himalaya. HEX triplet: 76, 62 and 30. RGB value is (118,98,48). Sum of RGB (Red+Green+Blue) = 118+98+48=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #766230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766230 is #899DCF. Grayscale: #626262. Windows color (decimal): -9018832 or 3170934. OLE color: 3170934.

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

Color convert

RGB1189848-
CMYK00.170.590.54
HSL42.86º42.17%32.55%-
HSV(B)42.86º59.32%46.27%-
XYZ12.3712.84.61-
YUV98.2899.63142.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=44.70%
G=37.12%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118984800.170.590.5442.8642.1732.55
Hex7662300113B362b2a21
Octal166142600217366535241
Binary11101101100010110000010001111011110110101011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766230; }

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

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

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

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

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

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

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

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