Html Css Color HEX #746A31 Himalaya

📋 copy color: '#746A31'

red 116 ◦ green 106 ◦ blue 49

#746A31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #746A31

Tints of Himalaya #746A31

RGB

 RED value IS 116 (45.7% from 255) = 42.8%

 GREEN value IS 106 (41.8% from 255) = 39.11%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 42.8%
G = 39.11%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#746A31 (or 0x746A31) is known color: Himalaya. HEX triplet: 74, 6A and 31. RGB value is (116,106,49). Sum of RGB (Red+Green+Blue) = 116+106+49=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #746A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A31 is #8B95CE. Grayscale: #666666. Windows color (decimal): -9147855 or 3238516. OLE color: 3238516.

HSL color Cylindrical-coordinate representation of color #746A31: hue angle of 51.04º 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 #746A31 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 49 -
CMYK 0 0.09 0.58 0.55
HSL 51.04º 0.41% 0.32% -
HSV(B) 51.04º 0.58% 0.45% -
XYZ 12.91 14.24 4.97 -
YUV 102.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 116 106 49 0 0.09 0.58 0.55 51.04 0.41 0.32
Hex 74 6A 31 0 9 3A 37 33 29 20
Octal 164 152 61 0 11 72 67 63 51 40
Binary 1110100 1101010 110001 0 1001 111010 110111 110011 101001 100000

Color Harmonies of #746A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A31

Black with #746A31

Text Example


Text Example

White with #746A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A31; }

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

 H1.HeaderClassName
 {
   color: #746A31;
 }
 .AnyTagClassName
 {
   color: #746A31;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #746A31;
 }
 .BgClassName
 {
   background-color: #746A31;
 }
</style>

border-color css

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

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

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