#746335

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

Shades of Himalaya #746335

Tints of Himalaya #746335

Color information

#746335 (or 0x746335) is unknown color: approx Himalaya. HEX triplet: 74, 63 and 35. RGB value is (116,99,53). Sum of RGB (Red+Green+Blue) = 116+99+53=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #746335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746335 is #8B9CCA. Grayscale: #636363. Windows color (decimal): -9149643 or 3498868. OLE color: 3498868.

HSL color Cylindrical-coordinate representation of color #746335: hue angle of 43.81º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746335 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1169953-
CMYK00.150.540.55
HSL43.81º37.28%33.14%-
HSV(B)43.81º54.31%45.49%-
XYZ12.3112.895.21-
YUV98.84102.13140.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 53 (21.09% from 255) = 19.78%
R=43.28%
G=36.94%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116995300.150.540.5543.8137.2833.14
Hex7463350F36372c2521
Octal164143650176667544541
Binary1110100110001111010101111110110110111101100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746335; }

 p { color: rgb(116,99,53); }

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

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

 a { background-color: rgb(116,99,53); }

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

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

 span { border-color: rgb(116,99,53); }

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