#73693A

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

Shades of Himalaya #73693A

Tints of Himalaya #73693A

Color information

#73693A (or 0x73693A) is unknown color: approx Himalaya. HEX triplet: 73, 69 and 3A. RGB value is (115,105,58). Sum of RGB (Red+Green+Blue) = 115+105+58=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #73693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73693A is #8C96C5. Grayscale: #666666. Windows color (decimal): -9213638 or 3828083. OLE color: 3828083.

HSL color Cylindrical-coordinate representation of color #73693A: hue angle of 49.47º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73693A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB11510558-
CMYK00.090.500.55
HSL49.47º32.95%33.92%-
HSV(B)49.47º49.57%45.1%-
XYZ12.8914.056.04-
YUV102.63102.81136.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=41.37%
G=37.77%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151055800.090.500.5549.4732.9533.92
Hex73693A093237312122
Octal163151720116267614142
Binary1110011110100111101001001110010110111110001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73693A; }

 p { color: rgb(115,105,58); }

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

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

 a { background-color: rgb(115,105,58); }

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

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

 span { border-color: rgb(115,105,58); }

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