#746630

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

Shades of Himalaya #746630

Tints of Himalaya #746630

Color information

#746630 (or 0x746630) is unknown color: approx Himalaya. HEX triplet: 74, 66 and 30. RGB value is (116,102,48). Sum of RGB (Red+Green+Blue) = 116+102+48=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #746630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746630 is #8B99CF. Grayscale: #646464. Windows color (decimal): -9148880 or 3171956. OLE color: 3171956.

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

Color convert

RGB11610248-
CMYK00.120.590.55
HSL47.65º41.46%32.16%-
HSV(B)47.65º58.62%45.49%-
XYZ12.4913.434.73-
YUV100.0398.64139.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=43.61%
G=38.35%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161024800.120.590.5547.6541.4632.16
Hex7466300C3B37302920
Octal164146600147367605140
Binary1110100110011011000001100111011110111110000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746630; }

 p { color: rgb(116,102,48); }

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

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

 a { background-color: rgb(116,102,48); }

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

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

 span { border-color: rgb(116,102,48); }

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