#7C6835

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

Shades of Himalaya #7C6835

Tints of Himalaya #7C6835

Color information

#7C6835 (or 0x7C6835) is unknown color: approx Himalaya. HEX triplet: 7C, 68 and 35. RGB value is (124,104,53). Sum of RGB (Red+Green+Blue) = 124+104+53=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6835 is #8397CA. Grayscale: #686868. Windows color (decimal): -8624075 or 3500156. OLE color: 3500156.

HSL color Cylindrical-coordinate representation of color #7C6835: hue angle of 43.1º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C6835 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB12410453-
CMYK00.160.570.51
HSL43.1º40.11%34.71%-
HSV(B)43.1º57.26%48.63%-
XYZ13.9114.445.42-
YUV104.1799.13142.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.13%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=44.13%
G=37.01%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241045300.160.570.5143.140.1134.71
Hex7C683501039332b2823
Octal174150650207163535043
Binary11111001101000110101010000111001110011101011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C6835; }

 p { color: rgb(124,104,53); }

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

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

 a { background-color: rgb(124,104,53); }

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

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

 span { border-color: rgb(124,104,53); }

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