#74682D

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

Shades of Himalaya #74682D

Tints of Himalaya #74682D

Color information

#74682D (or 0x74682D) is unknown color: approx Himalaya. HEX triplet: 74, 68 and 2D. RGB value is (116,104,45). Sum of RGB (Red+Green+Blue) = 116+104+45=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74682D is #8B97D2. Grayscale: #656565. Windows color (decimal): -9148371 or 2975860. OLE color: 2975860.

HSL color Cylindrical-coordinate representation of color #74682D: hue angle of 49.86º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74682D is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB11610445-
CMYK00.100.610.55
HSL49.86º44.1%31.57%-
HSV(B)49.86º61.21%45.49%-
XYZ12.6313.84.48-
YUV100.8696.48138.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=43.77%
G=39.25%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161044500.100.610.5549.8644.131.57
Hex74682D0A3D37322c20
Octal164150550127567625440
Binary1110100110100010110101010111101110111110010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74682D; }

 p { color: rgb(116,104,45); }

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

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

 a { background-color: rgb(116,104,45); }

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

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

 span { border-color: rgb(116,104,45); }

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