#766023

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

Shades of Himalaya #766023

Tints of Himalaya #766023

Color information

#766023 (or 0x766023) is unknown color: approx Himalaya. HEX triplet: 76, 60 and 23. RGB value is (118,96,35). Sum of RGB (Red+Green+Blue) = 118+96+35=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #766023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766023 is #899FDC. Grayscale: #5F5F5F. Windows color (decimal): -9019357 or 2318454. OLE color: 2318454.

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

Color convert

RGB1189635-
CMYK00.190.700.54
HSL44.1º54.25%30%-
HSV(B)44.1º70.34%46.27%-
XYZ11.9612.343.34-
YUV95.6293.79143.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=47.39%
G=38.55%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118963500.190.700.5444.154.2530
Hex76602301346362c361e
Octal1661404302310666546636
Binary11101101100000100011010011100011011011010110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766023; }

 p { color: rgb(118,96,35); }

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

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

 a { background-color: rgb(118,96,35); }

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

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

 span { border-color: rgb(118,96,35); }

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