#746731

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

Shades of Himalaya #746731

Tints of Himalaya #746731

Color information

#746731 (or 0x746731) is unknown color: approx Himalaya. HEX triplet: 74, 67 and 31. RGB value is (116,103,49). Sum of RGB (Red+Green+Blue) = 116+103+49=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #746731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746731 is #8B98CE. Grayscale: #646464. Windows color (decimal): -9148623 or 3237748. OLE color: 3237748.

HSL color Cylindrical-coordinate representation of color #746731: hue angle of 48.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #746731 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB11610349-
CMYK00.110.580.55
HSL48.36º40.61%32.35%-
HSV(B)48.36º57.76%45.49%-
XYZ12.6113.644.87-
YUV100.7398.81138.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=43.28%
G=38.43%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161034900.110.580.5548.3640.6132.35
Hex7467310B3A37302920
Octal164147610137267605140
Binary1110100110011111000101011111010110111110000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746731; }

 p { color: rgb(116,103,49); }

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

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

 a { background-color: rgb(116,103,49); }

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

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

 span { border-color: rgb(116,103,49); }

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