Html Css Color HEX #746A35 Himalaya

📋 copy color: '#746A35'

red 116 ◦ green 106 ◦ blue 53

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

Shades of Himalaya #746A35

Tints of Himalaya #746A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.27%

R = 42.18%
G = 38.55%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#746A35 (or 0x746A35) is known color: Himalaya. HEX triplet: 74, 6A and 35. RGB value is (116,106,53). Sum of RGB (Red+Green+Blue) = 116+106+53=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #746A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A35 is #8B95CA. Grayscale: #676767. Windows color (decimal): -9147851 or 3500660. OLE color: 3500660.

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

Color convert

RGB 116 106 53 -
CMYK 0 0.09 0.54 0.55
HSL 50.48º 0.37% 0.33% -
HSV(B) 50.48º 0.54% 0.45% -
XYZ 13 14.28 5.44 -
YUV 102.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 116 106 53 0 0.09 0.54 0.55 50.48 0.37 0.33
Hex 74 6A 35 0 9 36 37 32 25 21
Octal 164 152 65 0 11 66 67 62 45 41
Binary 1110100 1101010 110101 0 1001 110110 110111 110010 100101 100001

Color Harmonies of #746A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A35

Black with #746A35

Text Example


Text Example

White with #746A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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