#7C6B36

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

Shades of Himalaya #7C6B36

Tints of Himalaya #7C6B36

Color information

#7C6B36 (or 0x7C6B36) is unknown color: approx Himalaya. HEX triplet: 7C, 6B and 36. RGB value is (124,107,54). Sum of RGB (Red+Green+Blue) = 124+107+54=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6B36 is #8394C9. Grayscale: #6A6A6A. Windows color (decimal): -8623306 or 3566460. OLE color: 3566460.

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

Color convert

RGB12410754-
CMYK00.140.560.51
HSL45.43º39.33%34.9%-
HSV(B)45.43º56.45%48.63%-
XYZ14.2415.075.65-
YUV106.0498.63140.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=43.51%
G=37.54%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241075400.140.560.5145.4339.3334.9
Hex7C6B360E38332d2723
Octal174153660167063554743
Binary1111100110101111011001110111000110011101101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,54); }

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

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

 a { background-color: rgb(124,107,54); }

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

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

 span { border-color: rgb(124,107,54); }

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