Html Css Color HEX #746A34 Himalaya

📋 copy color: '#746A34'

red 116 ◦ green 106 ◦ blue 52

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

Shades of Himalaya #746A34

Tints of Himalaya #746A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 42.34%
G = 38.69%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#746A34 (or 0x746A34) is known color: Himalaya. HEX triplet: 74, 6A and 34. RGB value is (116,106,52). Sum of RGB (Red+Green+Blue) = 116+106+52=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #746A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A34 is #8B95CB. Grayscale: #676767. Windows color (decimal): -9147852 or 3435124. OLE color: 3435124.

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

Color convert

RGB 116 106 52 -
CMYK 0 0.09 0.55 0.55
HSL 50.63º 0.38% 0.33% -
HSV(B) 50.63º 0.55% 0.45% -
XYZ 12.98 14.27 5.32 -
YUV 102.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 116 106 52 0 0.09 0.55 0.55 50.63 0.38 0.33
Hex 74 6A 34 0 9 37 37 33 26 21
Octal 164 152 64 0 11 67 67 63 46 41
Binary 1110100 1101010 110100 0 1001 110111 110111 110011 100110 100001

Color Harmonies of #746A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A34

Black with #746A34

Text Example


Text Example

White with #746A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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