#7C6333

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

Shades of Himalaya #7C6333

Tints of Himalaya #7C6333

Color information

#7C6333 (or 0x7C6333) is unknown color: approx Himalaya. HEX triplet: 7C, 63 and 33. RGB value is (124,99,51). Sum of RGB (Red+Green+Blue) = 124+99+51=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6333 is #839CCC. Grayscale: #656565. Windows color (decimal): -8625357 or 3367804. OLE color: 3367804.

HSL color Cylindrical-coordinate representation of color #7C6333: hue angle of 39.45º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C6333 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB1249951-
CMYK00.200.590.51
HSL39.45º41.71%34.31%-
HSV(B)39.45º58.87%48.63%-
XYZ13.3713.455.02-
YUV10199.78144.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.26%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=45.26%
G=36.13%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124995100.200.590.5139.4541.7134.31
Hex7C63330143B33272a22
Octal174143630247363475242
Binary11111001100011110011010100111011110011100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,99,51); }

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

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

 a { background-color: rgb(124,99,51); }

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

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

 span { border-color: rgb(124,99,51); }

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