#786536

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

Shades of Himalaya #786536

Tints of Himalaya #786536

Color information

#786536 (or 0x786536) is unknown color: approx Himalaya. HEX triplet: 78, 65 and 36. RGB value is (120,101,54). Sum of RGB (Red+Green+Blue) = 120+101+54=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #786536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786536 is #879AC9. Grayscale: #656565. Windows color (decimal): -8886986 or 3564920. OLE color: 3564920.

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

Color convert

RGB12010154-
CMYK00.160.550.53
HSL42.73º37.93%34.12%-
HSV(B)42.73º55%47.06%-
XYZ13.0713.575.42-
YUV101.32101.29141.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=43.64%
G=36.73%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201015400.160.550.5342.7337.9334.12
Hex78653601037352b2622
Octal170145660206765534642
Binary11110001100101110110010000110111110101101011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786536; }

 p { color: rgb(120,101,54); }

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

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

 a { background-color: rgb(120,101,54); }

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

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

 span { border-color: rgb(120,101,54); }

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